Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak

2011-07-22 Thread zb
: Thursday, June 16, 2011 2:20 PM Subject: Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak Many thanks for the fix. I applied the changes and now I can run the program. The numbers go up with every canvas draw(). I attached a screenshot with the program you sent (the mpl example

Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak

2011-06-16 Thread zb
...@hawaii.edu      Subject: Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak      To: matplotlib-users@lists.sourceforge.net      Date: Wednesday, June 15, 2011, 6:33 PM      On 06/15/2011 12:13 PM, zb wrote:       Hi             I have a loop that updates a graph by calling

Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak

2011-06-16 Thread zb
--- On Wed, 6/15/11, Eric Firing efir...@hawaii.edu wrote: From: Eric Firing efir...@hawaii.edu Subject: Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak To: matplotlib-users@lists.sourceforge.net Date: Wednesday, June 15, 2011, 7:46 PM On 06/15/2011 01:15 PM, zb wrote: Hi You could try

Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak

2011-06-16 Thread Eric Firing
On 06/16/2011 04:31 AM, zb wrote: line 1245 of cbook.py is missing the windows platform. So windows cannot be tested. In the development version of mpl it can (I added it--but too recently for it to have gotten into 1.0.1), provided you have the tasklist executable, which I think is a free

Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak

2011-06-15 Thread Eric Firing
in the attached version. There is no memory leakage evident when I run this on my system. Eric Cheers --- On *Wed, 6/15/11, Eric Firing /efir...@hawaii.edu/* wrote: From: Eric Firing efir...@hawaii.edu Subject: Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak To: matplotlib