psyplot / psy-maps

The psyplot plugin for visualizations on a map
https://psyplot.github.io/psy-maps
9 stars 5 forks source link

Projection update does not work with cartopy 0.18 #20

Closed Chilipp closed 4 years ago

Chilipp commented 4 years ago

Code Sample, a copy-pastable example if possible

sp = psy.plot.mapplot('test.nc')
sp.update(projection='ortho')

Problem description

Updating the projection removes the plot (or generates wrong results). This is not the case for cartopy 0.17

Before update

image

After update

image