UXARRAY / uxarray

Xarray extension for unstructured climate and global weather data analysis and visualization.
https://uxarray.readthedocs.io/
Apache License 2.0
148 stars 31 forks source link

Repeated calls to `hv.extension` in plotting routines #734

Closed philipc2 closed 5 months ago

philipc2 commented 5 months ago

When calling most plotting methods, we always set hv.extension() to the desired backend, even if it has already been set before.