> I spent some time working on it and came to the following conclusion:
> if the mpl figure is fully transparent, you see whatever is in the gui
> rendering buffer, which may be unintiialized memory. In some sense,
> mpl is doing what is asked of it, making a fully transparent figure.
> Clearing
oom; [email protected]
> Subject: Re: [Matplotlib-users] no canvas reinitialization between calls
> to savefig
>
> I can reproduce Thomas' problem with Agg backend. It does not happen
> if frame_on is True.
> And I guess Thomas' guess in the first em
On Fri, Oct 31, 2008 at 6:43 AM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote:
> The Agg backend has a clear() method which fills the canvas with (1,
> 1, 1, 0). I tried to put this method in a few different places. It
> worked for savefig(), but I couldn't get it work in the interactive
> backend (Gt
with constantly restarting my interpreter when working
> interactively.
> Could this be part of the problem?
>
> Cheers,
>
>
> Thomas
>
>> -Original Message-
>> From: Michael Droettboom [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, October 30, 2008 2:2
--
> From: Michael Droettboom [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 30, 2008 2:21 PM
> To: Thomas Pfaff
> Cc: [email protected]
> Subject: Re: [Matplotlib-users] no canvas reinitialization between calls
> to savefig
>
> I can't repr
I can't reproduce this here with SVN trunk. I get what you expect.
Can you provide the information outlined here:
http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html#report-a-problem
as well as the backend you are using?
Cheers,
Mike
Thomas Pfaff wrote:
> Hello,
>
> I'm having a pr