basemap icon indicating copy to clipboard operation
basemap copied to clipboard

Zooming bug for round=True stereos

Open michaelaye opened this issue 11 years ago • 3 comments

I have created two polar stereographic basemaps that look like this, sharing a plt.subplots figure:

http://imgur.com/ayqINQ6

When zooming in, this happens:

http://imgur.com/ca5OFgj

I have confirmed that this happens only for the Basemap with round=True option.

MPL: 1.2.1 basemap: 1.0.6 Backend: Qt4Agg

michaelaye avatar Aug 05 '13 18:08 michaelaye

Confirmed - but no idea yet how to fix this.

jswhit avatar Nov 05 '13 18:11 jswhit

same backend? maybe we should first confirm if it's backend dependent.

michaelaye avatar Nov 05 '13 19:11 michaelaye

I think this is fixed by my #290 pull request. All plots are clipped by the axes plot regions now (they weren't before). When zooming happened, those plots weren't getting consistently clipped. They will now be clipped.

WeatherGod avatar May 05 '16 20:05 WeatherGod