Skip to content

Commit

Permalink
feat: add cmap arg to points of plot_grd
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Feb 17, 2024
1 parent b7ad2ee commit f4fc948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polartoolkit/maps.py
Expand Up @@ -472,6 +472,7 @@ def plot_grd(
style=kwargs.get("points_style", "c.2c"),
fill=kwargs.get("points_fill", "black"),
pen=kwargs.get("points_pen", "1p,black"),
cmap=kwargs.get("points_cmap", None),
)

# add box showing region
Expand Down

0 comments on commit f4fc948

Please sign in to comment.