Re: [Matplotlib-users] hexbin runtime warnings

2013-12-30 Thread Michael Droettboom
Not sure. Can you provide a small, standalone example that reproduces the problem? Mike On 12/27/2013 12:05 PM, Neal Becker wrote: Any idea what could cause hexbin to issue runtime warnings and then draw a blank figure?

[Matplotlib-users] could I get rid of the contour of Antarctica by using Basemap?

2013-12-30 Thread Chao YUE
Dear all, Happy new year! I am using Basemap toolkit to make some maps, I would like to write something at the bottom of the map, whose position is now taken by the contourf of Antarctica. Is there a way I can keep contours of other continents but suppressing the one for antarctica? I attached

Re: [Matplotlib-users] could I get rid of the contour of Antarctica by using Basemap?

2013-12-30 Thread Sterling Smith
Chao, I know nothing of the Basemap toolkit so I can't comment on the removal of continents, but presumably the text command you are using takes some keywords to set the properties of the bounding box. Try setting the background of the bounding box to white so that your words show up cleanly.

Re: [Matplotlib-users] could I get rid of the contour of Antarctica by using Basemap?

2013-12-30 Thread Alex Goodman
A quick apology for a typo in my previous message, the method in question is drawcoastlines(), not drawcontinents(). The code snippet should still be correct though! On Mon, Dec 30, 2013 at 7:09 PM, Alex Goodman alex.good...@colostate.eduwrote: Hi Chao, Actually it is possible to remove the