You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/UserGuide/plot.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Plot YAXArrays
2
2
3
3
This section describes how to visualize YAXArrays.
4
-
See also the [Plotting maps tutorial](/tutorials/plottingmaps.html) to plot geospatial data.
4
+
See also the [Plotting maps tutorial](../tutorials/plottingmaps) to plot geospatial data.
5
5
All [plotting capabilities](https://rafaqz.github.io/DimisensionalData.jl/dev/plots) of `AbstractDimArray` apply to a `YAXArrays` as well, because every `YAXArray` is also an `AbstractDimArray`.
6
6
7
7
## Plot a YAXArrray
@@ -45,7 +45,7 @@ Get a `Dataset` with CF meta data:
0 commit comments