Skip to content

Commit 78182f3

Browse files
committed
split block
1 parent 3c01d3c commit 78182f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/UserGuide/plot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ Time in [Climate and Forecasting (CF) conventions](https://cfconventions.org/Dat
6161
a = ds.tos[lon = Near(0), lat = Near(0)]
6262
times = Ti(map(x -> DateTime(string(x)), a.time.val))
6363
a = YAXArray((times,), collect(a.data), a.properties)
64+
```
6465

66+
```@example plot
6567
plot(a)
6668
```
6769

0 commit comments

Comments
 (0)