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

2008-10-02 Thread Mátyás János
Hi, thank you very much! The memory leak disappeared after I updated pygobject from 2.12 to 2.13.2. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications wit

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

Re: [matplotlib-devel] matplotlib 0.98.0 colors problem LineCollection

2008-06-17 Thread Mátyás János
Hi, thank you for the fix. It works great now. Mátyás János On Mon, 16 Jun 2008 08:15:39 -0400 Michael Droettboom <[EMAIL PROTECTED]> wrote: > Thanks. mpl was applying the default alpha of 1.0 to the set of > colors rather than ignoring it when an alpha is provided for each &g

[matplotlib-devel] matplotlib 0.98.0 error messages when releasing the mouse button

2008-06-13 Thread Mátyás János
linux-i686.egg/matplotlib/cbook.py", line 152, in process func(*args, **kwargs) File "/usr/lib/python2.4/site-packages/matplotlib-0.98.0-py2.4-linux-i686.egg/matplotlib/backend_bases.py", line 1496, in release_pan for a, ind in self._xypress: TypeError: it

[matplotlib-devel] matplotlib 0.98.0 colors problem LineCollection

2008-06-13 Thread Mátyás János
colors shows properly with transparency: c = matplotlib.collections.LineCollection(lines) c.set_color(lineColors) Mátyás János - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell service