csiro-coasts / emsarray

xarray extension that supports EMS model formats
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Make coasts and gridlines optional on plots #115

Closed mx-moth closed 1 year ago

mx-moth commented 1 year ago

There are currently a number of problems with gridlines on plots in Jupyter notebooks. There are different solutions that depend on whether you want an interactive plot, a static plot in a notebook, or are saving the plot to a file. Unfortunately there is no single solution that works in all cases currently. Until a proper solution is found, users can disable gridlines and then re-enable them in the way that works for their current environment.

https://github.com/SciTools/cartopy/issues/2245 https://github.com/SciTools/cartopy/issues/2246 https://github.com/SciTools/cartopy/issues/2247

mx-moth commented 1 year ago

The CI failure appears to be a new change in xarray to do with stricter type checking during casting. I'll open a new PR about it.