From: Fernando P. <fpe...@gm...> - 2012-01-29 20:33:30
|
On Sun, Jan 29, 2012 at 12:26 PM, Jeff Whitaker <js...@fa...> wrote: > From matplotlib's perspective, the lat/lon labels in Basemap are > randomly located text objects - so it's not likely to ever work for > Basemap plots unless matplotlib takes into account all the artist > objects associated with a figure. Ah, OK. That's good to know, because then it means that the automatic use of 'tight' we make in ipython is probably over-aggressive then. I'll add your note above to the bug report, and we'll think how to best deal with it in ipython then. Cheers, f |