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/matplotlib-users@lists.sourceforge.net/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
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to