From fe17aff81b2f351bcb32841195e9b8ad701a1c5d Mon Sep 17 00:00:00 2001
From: Stefano Serafin <serafin@jet01.img.univie.ac.at>
Date: Fri, 7 Feb 2025 17:31:17 +0100
Subject: [PATCH] minor fixes

---
 graphics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics.py b/graphics.py
index d9a7876..31be3d5 100644
--- a/graphics.py
+++ b/graphics.py
@@ -675,7 +675,7 @@ def plot_overview(exp,label,filename,show_spread=False,show_transformed_paramete
     fig, [[ax0, ax1], [ax2, ax3]] = p.subplots(2,2,constrained_layout=True)
     fig.set_size_inches(6,6)
     #
-    [ax0,ax1,ax2],c0,c1,c2 = plot_CBL_identifiability(exp,exp.obs_error_sdev_assimilate[0],ax=[ax0,ax1,ax2])
+    [ax0,ax1,ax2],c0,c1,c2 = plot_CBL_identifiability(exp,exp.obs_error_sdev_assimilate,ax=[ax0,ax1,ax2])
     ax0.set_title(r'a) Exp. %s, $\rho(p\prime\prime,y_b}$)'%label)
     ax0.set_xlabel('Time (h)')
     ax0.set_ylabel('Height (m)')
-- 
GitLab