From 47d49261b3b0b518813b0d87ecf093b6fbfb5eb3 Mon Sep 17 00:00:00 2001 From: Stefano Serafin <serafin@jet01.img.univie.ac.at> Date: Wed, 12 Mar 2025 16:12:38 +0100 Subject: [PATCH] minor tweaks to profile plots --- PE_CBL_graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PE_CBL_graphics.py b/PE_CBL_graphics.py index 2a600d3..30486f9 100644 --- a/PE_CBL_graphics.py +++ b/PE_CBL_graphics.py @@ -126,7 +126,7 @@ def plot_CBL_assimilation(exp,figtitle,which_cycle=0,ax=None): ensplot(ax,b,0,nz,zt,colors = ['red','salmon'],label='prior') ensplot(ax,a,0,nz,zt,colors = ['royalblue','lightskyblue'],label='posterior') - ax.scatter(o,ocoords,marker="o",s=20,color=naturerun_color,zorder=10) + ax.scatter(o,ocoords,marker="o",s=20,color=naturerun_color,zorder=10,label='observations') #ax.set_title(r'$\theta$ (K), posterior') return ax -- GitLab