[Matplotlib-users] Memory usage

2011-01-13 Thread CASOLI Jules
Hello to all, This is yet another question about matplotlib not freeing memory, when closing a figure (using close()). Here is what I'm doing (tried with several backends, on MacOSX and Linux, with similar results): import matplotlib as mpl from matplotlib import pylot as pl

Re: [Matplotlib-users] Memory usage

2011-01-14 Thread CASOLI Jules
. If so, you can disable the cache as a workaround. A > better option would be if ipython implemented an option to avoid > caching references to matplotlib objects. > > Gary R. > > On Fri, Jan 14, 2011 at 2:59 AM, Benjamin Root wrote: >> On Thu, Jan 13, 2011 at 7:54 AM, C