Re: [Matplotlib-users] bounding box again

2009-01-26 Thread Jouni K . Seppänen
Willi Richert writes: >> > Isn't there a convenient way just to not plot the big white rectangle in >> > matplotlib? >> >> It seems that >> >> fig=plt.figure(frameon=False) >> >> omits the rectangle. > > in my version 0.98.5 frameon=False (as a subplot argument) just omits the > black lines at

Re: [Matplotlib-users] bounding box again

2009-01-26 Thread Jae-Joon Lee
As Jouni suggested, the frameon argument needs to be applied to the figure, not to the axes (or subplot). Regards, -JJ On Mon, Jan 26, 2009 at 10:54 AM, Willi Richert wrote: > Hi, > > in my version 0.98.5 frameon=False (as a subplot argument) just omits the > black lines at the x and y axes. T

Re: [Matplotlib-users] bounding box again

2009-01-26 Thread Willi Richert
Hi, in my version 0.98.5 frameon=False (as a subplot argument) just omits the black lines at the x and y axes. The huge white rectangle is still plotted. wr Am Montag, 26. Januar 2009 16:20:10 schrieb Jouni K. Seppänen: > Willi Richert writes: > > Isn't there a convenient way just to not plot

Re: [Matplotlib-users] bounding box again

2009-01-26 Thread Jouni K . Seppänen
Willi Richert writes: > Isn't there a convenient way just to not plot the big white rectangle in > matplotlib? It seems that fig=plt.figure(frameon=False) omits the rectangle. -- Jouni K. Seppänen http://www.iki.fi/jks ---

[Matplotlib-users] bounding box again

2009-01-26 Thread Willi Richert
Hi, lots of user requests mentioned the problem of a too big bounding box in saved figures. Some even provided patches to the svn (http://www.nabble.com/savefig- with-tight-bounding-box.-td21515002.html). To date there is no way of automatically getting a figure plotted so tightly that it could