Skip to content

Commit

Permalink
fix: change default inset region box to red
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 10, 2023
1 parent e733241 commit 627b2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antarctic_plots/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def add_inset(
add_box(
fig,
box=region,
pen=kwargs.get("inset_box_pen", "1p,black"),
pen=kwargs.get("inset_box_pen", "1p,red"),
)


Expand Down

0 comments on commit 627b2bd

Please sign in to comment.