I am getting a memory leak when i am using the pylab.close() function. I am
running matplotlib-0.98.3. It happens in a very simple script such as:

#!/usr/bin/python
import time
import pylab

while True:
    time.sleep(1)
    print 'calling pylab'
    pylab.box()
    pylab.close()

Every close seems to store megabytes in physical memory. Any idea why this
happens?

Cheers.


-- 
View this message in context: 
http://www.nabble.com/pylab.close%28%29-tp20486589p20486589.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to