Re: [matplotlib-devel] Patch for scatter plot legend enhancement

2008-10-01 Thread Erik Tollerud
Sorry for the dealyed reply - I've been out of town... I posted to the patch tracker, and am dutifully pinging :) On Tue, Sep 23, 2008 at 11:41 AM, John Hunter [EMAIL PROTECTED] wrote: On Tue, Sep 23, 2008 at 12:20 AM, Erik Tollerud [EMAIL PROTECTED] wrote: Attached is a diff against revision

[matplotlib-devel] memory leak: gtk.gdk.Pixbuf and gtk.gdk.GCX11 with gtkagg backend

2008-10-01 Thread Mátyás János
Hi, I'm looking for memory leaks in a python application and found leaks in matplotlib. The application is graphic intensive. Each time it updates the screen, matplotlib allocates another 5-10 megabytes memory for the new gtk.gdk.Pixbuf and gtk.gdk.GCX11 while does not free up the buffers

Re: [matplotlib-devel] memory leak: gtk.gdk.Pixbuf and gtk.gdk.GCX11 with gtkagg backend

2008-10-01 Thread Eric Firing
Mátyás János wrote: Hi, I'm looking for memory leaks in a python application and found leaks in matplotlib. The application is graphic intensive. Each time it updates the screen, matplotlib allocates another 5-10 megabytes memory for the new gtk.gdk.Pixbuf and gtk.gdk.GCX11 while does not

Re: [matplotlib-devel] spy: ignore zero values in sparse matrix

2008-10-01 Thread Tony S Yu
Hi Eric, Sorry for the late reply. On Sep 27, 2008, at 8:56 PM, Eric Firing wrote: Actually, I think the most logical thing would be to let the default None give the old behavior, and require precision=0 to get the new behavior. What do you think? Is it OK if I make this change? It