diff --git a/docs/source/_static/dataset_structure.png b/docs/source/_static/dataset_structure.png index 4e6a17d9..13506196 100644 Binary files a/docs/source/_static/dataset_structure.png and b/docs/source/_static/dataset_structure.png differ diff --git a/docs/source/getting_started/movement_dataset.md b/docs/source/getting_started/movement_dataset.md index 601ccc39..6b2ef5e9 100644 --- a/docs/source/getting_started/movement_dataset.md +++ b/docs/source/getting_started/movement_dataset.md @@ -19,7 +19,11 @@ To learn more about `xarray` data structures in general, see the relevant ## Dataset structure -![](../_static/dataset_structure.png) +```{figure} ../_static/dataset_structure.png +:alt: movement dataset structure + +An {class}`xarray.Dataset` is a collection of several data arrays that share some dimensions. The schematic shows the data arrays that make up the `poses` and `bboxes` datasets in `movement`. +``` The structure of a `movement` dataset `ds` can be easily inspected by simply printing it.