Skip to content

Commit

Permalink
refactor: change default point color in plot_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Jun 14, 2024
1 parent 4ac5e0b commit e895aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/polartoolkit/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,8 @@ def plot_profile(
x=map_points.x,
y=map_points.y,
style=kwargs.get("map_points_style", "x.15c"),
pen=kwargs.get("map_points_pen", ".2p,blue"),
fill=kwargs.get("map_points_color", "blue"),
pen=kwargs.get("map_points_pen", ".2p,black"),
fill=kwargs.get("map_points_color", "black"),
)

# add inset map
Expand Down

0 comments on commit e895aed

Please sign in to comment.