Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Auto-plotting capabilities #336

Closed
eschalkargans opened this issue May 16, 2024 · 1 comment
Closed

Auto-plotting capabilities #336

eschalkargans opened this issue May 16, 2024 · 1 comment

Comments

@eschalkargans
Copy link

eschalkargans commented May 16, 2024

Motive

Xarray is already capable of smart plotting data arrays and in some extents, datasets.

Xarray has limited support for plotting Dataset variables against each other.

https://docs.xarray.dev/en/latest/user-guide/plotting.html

Suggestion

The rich display tree structure could be reused with a default .plot() call inside of it, for example.

However, it is also a change that would concern Datasets themselves as there is no way currently plot all the variables of a Dataset.

Experience feedback: oftentimes I convert a Dataset to a DataArray with ds.to_array() for plotting with facets. This is possible when variables of the dataset have the same dimensions.

@eschalkargans
Copy link
Author

Closed as tracked by the issue in xarray repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant