> -Original Message-
> From: Michael Droettboom [mailto:md...@stsci.edu]
> Sent: 16 Jan 2009 1:31 PM
> To: Andrew Hawryluk
> Cc: matplotlib-devel@lists.sourceforge.net
> Subject: Re: [matplotlib-devel] path simplification can decrease the
> smoothness of data plots
>
> Michael Droettboom w
Greetings,
This weekend I decided to try and build mpl for windows using python
2.6.1. I was able to build numpy and mpl and I thought things were
great. However, when I tried to run a script with a show() function,
nothing would happen. Looking into this, I discovered that mpl didn't
recognize
On Mon, Jan 19, 2009 at 6:33 AM, Michiel de Hoon wrote:
> I am also finding the continuing increase in memory usage, but this also
> occurs with other backends (I tried tkagg and pdf) and also without the call
> to savefig. One possibility is a circular reference in the quiver function
> that p
I am also finding the continuing increase in memory usage, but this also occurs
with other backends (I tried tkagg and pdf) and also without the call to
savefig. One possibility is a circular reference in the quiver function that
prevents data from being cleaned up.
--Michiel
--- On Mon, 1/19
I'm looping over several files (about 1000) to produce a vector field
plot for each data file I have. Doing this with the MacOSX backend
appears to chew memory. My guess as to the source of the problem is
the 'savefig' function (or possibly the way the MacOSX backend handles
the saving of p