CubeBrowser / cube-explorer

browser based exploration of iris cubes
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Fix plotting of pcolormesh in cartopy #24

Closed philippjfr closed 8 years ago

philippjfr commented 8 years ago

Currently there is a bug in plotting using the pcolormesh function in cartopy, which means it's currently not possible to plot an image on a geographical axis using the latest version of cartopy and matplotlib. I've opened an issue in cartopy (https://github.com/SciTools/cartopy/issues/745) but also wanted to keep track of this issue here.

philippjfr commented 8 years ago

This has been fixed in cartopy in https://github.com/SciTools/cartopy/issues/756 and a unit test was added in https://github.com/SciTools/cartopy/pull/759 to prevent regression. Closing.