basemap
basemap copied to clipboard
pcolormesh for _cylproj and _pseudocyl projections are broken
This is due to the fact that calling pcolormesh with either of these projections needs to perform a shiftdata function. But shiftdata assumes that the longitudes correspond 1-to-1 with the data, not that they define bounding rectangles around the data...
Thus contourf chokes and breaks.
Hi Solter:
Works for me with the latest master from github (1.0.8):
https://github.com/guziy/PyNotebooks/blob/master/basemap_issue_250.ipynb
In [4]: matplotlib.__version__
Out[4]: '1.5.0'
Maybe try upgrading?
Cheers