Re: [matplotlib-devel] path simplification can decrease the smoothness of data plots

2009-01-19 Thread Andrew Hawryluk
> -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

[matplotlib-devel] MPL using Python2.6.1 on Windows

2009-01-19 Thread Patrick Marsh
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

Re: [matplotlib-devel] Memory leak using savefig with MacOSX backend?

2009-01-19 Thread Michael Abshoff
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

Re: [matplotlib-devel] Memory leak using savefig with MacOSX backend?

2009-01-19 Thread Michiel de Hoon
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

[matplotlib-devel] Memory leak using savefig with MacOSX backend?

2009-01-19 Thread Damon McDougall
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