Skip to content

Commit ba57471

Browse files
committed
Fix: title
1 parent d3d4d57 commit ba57471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wqf/val/mov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def plot_analysis(chl: DataArray, period: Period):
3838
continue
3939
ScenePlot().plot(
4040
chl[t],
41-
title=f"Reanalysis {time}",
41+
title=f"Analysis {time}",
4242
fn=file,
4343
cbar_label=r"chlorophyll concentration (mg m$^{-3}$)",
4444
norm=plc.SymLogNorm(1.0, linscale=0.1, vmin=0.0, vmax=100.0),

0 commit comments

Comments
 (0)