Skip to content

Commit

Permalink
Merge pull request #71 from lifewatch/docs/fix_summary_plot_docstring
Browse files Browse the repository at this point in the history
changed order latitude,longitude to longitude,latitude in docstring of plot_summary
  • Loading branch information
cparcerisas authored Aug 11, 2023
2 parents 8616b4a + be2da1e commit 073996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypam/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def plot_summary_dataset(ds, percentiles, data_var='band_density', time_coord='d
save_path: None, string or Path.
Where to save the plot. If None, the plot is not saved.
location: tuple or list
[latitude, longitude] in decimal coordinates. If location is passed, a bar with the sun position is going
[longitude, latitude] in decimal coordinates. If location is passed, a bar with the sun position is going
to be added below the time axis
"""
plt.figure(figsize=(12, 7))
Expand Down

0 comments on commit 073996c

Please sign in to comment.