From: Jeff W. <jef...@no...> - 2013-02-27 19:01:48
|
> Marcello Vichi <mailto:mar...@bo...> > February 19, 2013 7:33 AM > When I plot contours in a stereographic south pole plot with a > bounding latitude and the rounded clipping > > Basemap(projection='spaeqd',lat_0=-90,lon_0=180,resolution='l',boundinglat=-40,round=True) > > > I see that the contours are correctly cut-off but not the contour > labels. They appear to be plotted according to a rectangular frame and > not the rounded one (see attached figure). > > Is it possible to mask the labels without having to mask the data? > > This issue may be related to an older topic: > http://www.mail-archive.com/mat...@li.../msg02892.html > > and to a more recent bugfix > https://github.com/matplotlib/basemap/pull/89 > but I do not see any other clue > > thanks in advance > > marcello Marcello: I cannot reproduce your problem. From the github pull request you mention, it seems like this was fixed about 3 months ago. What version of basemap are you running? -Jeff |