Skip to content

Commit

Permalink
feat: pass scalebar kwargs to plot_grd
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 10, 2023
1 parent 8738126 commit e733241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/antarctic_plots/maps.py
Expand Up @@ -476,7 +476,8 @@ def plot_grd(
font_color=kwargs.get("font_color", "black"),
scale_length=kwargs.get("scale_length"),
length_perc=kwargs.get("length_perc", 0.25),
position=kwargs.get("position", "n.5/.05"),
position=kwargs.get("scale_position", "n.5/.05"),
**kwargs,
)

# add north arrow
Expand Down

0 comments on commit e733241

Please sign in to comment.