Re: [Matplotlib-users] Basemap: Removing white space in savefig

2009-11-11 Thread Jeff Whitaker
On Tue, 10 Nov 2009 13:13 -0500, "George Bonev" wrote: Hello, I am plotting a fig in Basemap, but I don't need the extra while space on the sides of the figure when I use savfig(). I tried axes([0,0,1,1]) but that just gave me a blank white screen with some ticks on the sides. Is there

[Matplotlib-users] Basemap: Removing white space in savefig

2009-11-10 Thread George Bonev
Hello, I am plotting a fig in Basemap, but I don't need the extra while space on the sides of the figure when I use savfig(). I tried axes([0,0,1,1]) but that just gave me a blank white screen with some ticks on the sides. Is there another way to do it with Basemap? Please help! Thank you, Georg