We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d4d57 commit ba57471Copy full SHA for ba57471
wqf/val/mov.py
@@ -38,7 +38,7 @@ def plot_analysis(chl: DataArray, period: Period):
38
continue
39
ScenePlot().plot(
40
chl[t],
41
- title=f"Reanalysis {time}",
+ title=f"Analysis {time}",
42
fn=file,
43
cbar_label=r"chlorophyll concentration (mg m$^{-3}$)",
44
norm=plc.SymLogNorm(1.0, linscale=0.1, vmin=0.0, vmax=100.0),
0 commit comments