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 3c01d3c commit 78182f3Copy full SHA for 78182f3
docs/src/UserGuide/plot.md
@@ -61,7 +61,9 @@ Time in [Climate and Forecasting (CF) conventions](https://cfconventions.org/Dat
61
a = ds.tos[lon = Near(0), lat = Near(0)]
62
times = Ti(map(x -> DateTime(string(x)), a.time.val))
63
a = YAXArray((times,), collect(a.data), a.properties)
64
+```
65
66
+```@example plot
67
plot(a)
68
```
69
0 commit comments