UXARRAY / uxarray

Xarray-styled package for reading and directly operating on unstructured grid datasets following UGRID conventions
https://uxarray.readthedocs.io/
Apache License 2.0
142 stars 31 forks source link

Support Xarray Plotting Routines #759

Closed philipc2 closed 3 months ago

philipc2 commented 3 months ago

Proposed new feature or change:

As of right now, Xarray's plotting methods (i.e. plot.hist()) are not accessible with the way the custom plot accessor was written.

We should still support Xarray's functionality, even though some of them may break with unstructured grids.