From be2da1ea6fe8556e124ace865a4932241dfa4b4a Mon Sep 17 00:00:00 2001 From: Clea Parcerisas Date: Fri, 11 Aug 2023 10:18:53 +0200 Subject: [PATCH] changed oreder latitude,longitude in docstring of plot_summary --- pypam/plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypam/plots.py b/pypam/plots.py index 5690d52..dae6e3b 100644 --- a/pypam/plots.py +++ b/pypam/plots.py @@ -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))