From 430ab3aa9e0cf42c76a63d8f7c0883758c4b636a Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Sat, 13 Mar 2021 00:28:38 +0100 Subject: [PATCH] Polish --- Inst_eddies/Documentation_texfol/Graphiques/regions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inst_eddies/Documentation_texfol/Graphiques/regions.py b/Inst_eddies/Documentation_texfol/Graphiques/regions.py index 754b36d6..a128e430 100755 --- a/Inst_eddies/Documentation_texfol/Graphiques/regions.py +++ b/Inst_eddies/Documentation_texfol/Graphiques/regions.py @@ -25,7 +25,7 @@ for filename in glob.glob("h_region_*.nc") + ["h_outermost.nc"]: lat = "latitude" jumble.draw_bbox(f[lon][0], f[lon][-1], f[lat][0], f[lat][-1], - colors = [next(colors)], label = filename) + colors = next(colors), label = filename) plt.legend(loc = "lower left", bbox_to_anchor = (1, 0.5)) plt.subplots_adjust(right = 0.7) -- GitLab