Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-21 Thread Stef Mientki
Michael and John, this is really fantastic !! thanks, Stef John Hunter wrote: > On Fri, Oct 17, 2008 at 12:37 PM, Zane Selvans <[EMAIL PROTECTED]> wrote: > > >> A thumbnail gallery of all the examples in the User's Guide and Examples is >> a great idea! >> Plots are inherently visual, and human

Re: [Matplotlib-users] memory leak in basemap 0.98?

2008-10-21 Thread Jeff Whitaker
Mike Bauer wrote: > I've been testing matplotlib and basemap (0.98.x and 0.99.x via svn > source) and python 2.6 (via svn) on ubuntu 8.04 (AMD-64). > > I noticed that calling basemap in a loop results in a fairly steep > linear increase in memory use; I burn though 6 Gb in a minute. > > Putting a

[Matplotlib-users] memory leak in basemap 0.98?

2008-10-21 Thread Mike Bauer
I've been testing matplotlib and basemap (0.98.x and 0.99.x via svn source) and python 2.6 (via svn) on ubuntu 8.04 (AMD-64). I noticed that calling basemap in a loop results in a fairly steep linear increase in memory use; I burn though 6 Gb in a minute. Putting a loop in plotmap.py from the pro

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-21 Thread John Hunter
On Fri, Oct 17, 2008 at 12:37 PM, Zane Selvans <[EMAIL PROTECTED]> wrote: > A thumbnail gallery of all the examples in the User's Guide and Examples is > a great idea! > Plots are inherently visual, and humans have a huge amount of built-in > visual processing power. Searching a even an enormous

Re: [Matplotlib-users] failure with python setup.py build

2008-10-21 Thread Pete
See my previous posts, subject "Matplotlib in cygwin". I attached a patch in that thread that solves this problem for me, but it looks like I have other more serious problems with cygwin on my machine. Please let us know if you get it to work. 2008/10/20 Terrence Brannon <[EMAIL PROTECTED]> > Hel

Re: [Matplotlib-users] different behaviour of get_xlim in mpl 0.91.4 and mpl-svn 0.98.3

2008-10-21 Thread John Hunter
On Tue, Oct 21, 2008 at 7:13 AM, Matthias Michler <[EMAIL PROTECTED]> wrote: > Hello list, > > rehashing an old script I recognized I essential difference between mpl 0.91.4 > and mpl-svn 0.98.3 $Revision: 6203 $. > > In 0.91.4 ax.get_xlim() return a tuple with the current xlimits. > In 0.98.3 ax.g

[Matplotlib-users] failure with python setup.py build

2008-10-21 Thread Terrence Brannon
Hello, I would like to know what I can do to fix this problem. [EMAIL PROTECTED] /cygdrive/c/downloads/matplotlib-0.98.3 : python setup.py build BUILDING MATPLOTLIB matplotlib: 0.98.3 python:

[Matplotlib-users] failure with python setup.py build

2008-10-21 Thread Terrence Brannon
Hello, I would like to know what I can do to fix this problem. [EMAIL PROTECTED] /cygdrive/c/downloads/matplotlib-0.98.3 : python setup.py build BUILDING MATPLOTLIB matplotlib: 0.98.3 python:

Re: [Matplotlib-users] Matplotlib in Cygwin

2008-10-21 Thread John Hunter
On Tue, Oct 21, 2008 at 8:48 AM, Pete <[EMAIL PROTECTED]> wrote: > gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes > -I/usr/lib/python2.5/site-packages/numpy-1.2.0-py2.5-cygwin-1.5.25-i686.egg/numpy/core/include > -I/usr/include/freetype2 -I/usr/include -I. -I/usr/include/python

Re: [Matplotlib-users] Matplotlib in Cygwin

2008-10-21 Thread Pete
2008/10/20 John Hunter <[EMAIL PROTECTED]> > This is probably something you will have to debug yourself, since it > is dependent on the TK you have installed on your system, but it is > fairly easy to do. Edit setupext.py, store the results of > > tmp = tk_vars.get("default", "TK_LIB_SPEC")[1:-1

[Matplotlib-users] different behaviour of get_xlim in mpl 0.91.4 and mpl-svn 0.98.3

2008-10-21 Thread Matthias Michler
Hello list, rehashing an old script I recognized I essential difference between mpl 0.91.4 and mpl-svn 0.98.3 $Revision: 6203 $. In 0.91.4 ax.get_xlim() return a tuple with the current xlimits. In 0.98.3 ax.get_xlim() return a numpy array with the current xlimits, which is a reference to the ax