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
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.
Describe alternatives you've considered
Making visualization functions myself. However, the capacity to "just plot" data is often welcomed!
Is your feature request related to a problem?
Xarray is already capable of smart plotting data arrays and in some extents, datasets.
https://docs.xarray.dev/en/latest/user-guide/plotting.html
Describe the solution you'd like
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.Describe alternatives you've considered
Making visualization functions myself. However, the capacity to "just plot" data is often welcomed!
Additional context
Issue content taken from xarray-contrib/datatree#336
The text was updated successfully, but these errors were encountered: