From d008079e9f7387c2d78b612e700b40c61a154f9b Mon Sep 17 00:00:00 2001 From: remic Date: Mon, 16 Feb 2026 13:51:20 -0500 Subject: [PATCH] fixed local graph title --- pepsico/proj_wwc/maproom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pepsico/proj_wwc/maproom.py b/pepsico/proj_wwc/maproom.py index 2597851b..8a026a23 100644 --- a/pepsico/proj_wwc/maproom.py +++ b/pepsico/proj_wwc/maproom.py @@ -349,7 +349,7 @@ def local_plots( "text": ( f'{data_ds["histo"]["T"].dt.strftime("%d %b")[0].values}-' f'{data_ds["histo"]["seasons_ends"].dt.strftime("%d %b")[0].values}' - f' {variable} seasonal average from model {model} ' + f' {variable} from model {model} ' f'at ({abs(lat)}{lat_units}, {abs(lng)}{lng_units})' ), "font": dict(size=14),