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),