[Matplotlib-users] Memory leak when using pyplot.ion() ?

2014-01-17 Thread OCuanachain, Oisin (Oisin)
Hi, I am having problems with a script. It runs a number of iterations and plots and saves a number of plots on each iteration. After the plots have been saved I issue the pyplot.close('all') command so despite many plots being created only 4 should be open at any given time which should not

[Matplotlib-users] Memory leak when using pyplot.ion() ?

2013-10-14 Thread OCuanachain, Oisin (Oisin)
Hi, I am having problems with a script. It runs a number of iterations and plots and saves a number of plots on each iteration. After the plots have been saved I issue the pyplot.close('all') command so despite many plots being created only 4 should be open at any given time which should not

[Matplotlib-users] Maidir le: Memory leak when using pyplot.ion() ?

2013-10-14 Thread OCuanachain, Oisin (Oisin)
for interactive use, and here you are saving a large number of plots to files. Why do you need ion at all? Mike On 10/14/2013 08:51 AM, OCuanachain, Oisin (Oisin) wrote: Hi, I am having problems with a script. It runs a number of iterations and plots and saves a number of plots on each iteration

[Matplotlib-users] Maidir le: Maidir le: Memory leak when using pyplot.ion() ?

2013-10-14 Thread OCuanachain, Oisin (Oisin)
-Bunteachtaireacht- From: Eric Firing [mailto:efir...@hawaii.edu] Sent: 14 October 2013 19:09 To: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Maidir le: Memory leak when using pyplot.ion() ? On 2013/10/14 7:48 AM, OCuanachain, Oisin (Oisin) wrote: Hi Mike