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
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