Re: [Matplotlib-users] removing all padding / white space around plot

2007-06-03 Thread Jouni K . Seppänen
Allen Beye Riddell <[EMAIL PROTECTED]> writes: > I'd like to remove the whitespace, padding, offset, etc on the left and > right of the plot as I'm writing the entire thing to a jpg. I've turned > the frame, axes, ticks off, but the space still remains. [...] > ax = fig.add_subplot(111) Repl

[Matplotlib-users] removing all padding / white space around plot

2007-06-03 Thread Allen Beye Riddell
Hi, I've searched the archives but can't find a solution to this problem. I'd like to remove the whitespace, padding, offset, etc on the left and right of the plot as I'm writing the entire thing to a jpg. I've turned the frame, axes, ticks off, but the space still remains. I've attached the code