Greg Lucas

Results 189 comments of Greg Lucas

I guess the question is whether you need a Cartopy Globe at this point or if the Pyproj CRS has enough information directly associated with it already? This new `cp_crs`...

> I think I'd then struggle to plot data using the cp_crs as it wouldn't have any of the attributes that Cartopy uses to distinguish plotting a PlateCarree and a...

Thanks for the analysis @mathause! This appears to be due to the pyproj upgrade actually and wrapping the coordinates over 180, but not less than -180. I put a fix...

I think that is to be expected here and I'm not sure how easy it would be to fix. I _think_ what is happening is that the `pcolormesh` is QuadMesh,...

I think the problem is that the sentinel isn't callable, so then we go into your if clause and build up the dictionary instead. If you are able to make...

I can't reproduce this. I get a couple of limit changes, but definitely not an infinite loop. What MPL backend are you using? It could have something to do with...

Hm... Definitely with the qt5 backend, I can reproduce it with that as well. Are you able to just set the figure to stale rather than requesting a redraw? `f.stale...

I think the issue here is actually up in the projections, so this may be an issue to fix upstream in a separate PR. There has been discussion about creating...

@htonchia, it looks like you've got quite a few new updates in here now, so it will be a little while before I am able to give this a proper...

@htonchia, I was wondering what the status of this is? You've got a few PRs up now that fix various aspects of several problems and I think some of them...