Re: [Matplotlib-users] suspect memory leak in Agg backend

2007-07-13 Thread John Hunter
On 7/13/07, Emanuele Passera <[EMAIL PROTECTED]> wrote: > Hi all guys, > I'm experiencing a problem with automatic generation of .png figure using Agg > backend. What i do is opening, saving and closing figure in a for statement > without showing them up. > Let's say approximatively 400 figures for

Re: [Matplotlib-users] suspect memory leak in Agg backend

2007-07-13 Thread Michael Droettboom
I'm been looking at a lot of memory leaks as of late, but have not come across any in the Agg backend. Can you send a snippet of code that reproduces your error? Perhaps there is some particular operation or set of operations that triggers a leak. Cheers, Mike Emanuele Passera wrote: > Hi al

[Matplotlib-users] suspect memory leak in Agg backend

2007-07-13 Thread Emanuele Passera
Hi all guys, I'm experiencing a problem with automatic generation of .png figure using Agg backend. What i do is opening, saving and closing figure in a for statement without showing them up. Let's say approximatively 400 figures for a total of 160 MB disk space. I do not use an interactive shell