[Matplotlib-users] open figures list

2006-12-06 Thread belinda thom
Hello, Is there a way to return a list of all the open figure numbers? For instance, if I had: close('all') figure(1) [some plotting] figure(5) [some plotting] I'd like to be able to have access to a command that returns the list [1, 5]. Thanks, --b ---

[Matplotlib-users] http://anakonda.altervista.org/debian/packages/ down?

2006-12-06 Thread Trivedi, Aarjav
I just added these to my sources.list and apt-get update throws this up Failed to fetch http://anakonda.altervista.org/debian/packages/Packages.gz 302 Found Failed to fetch http://anakonda.altervista.org/debian/sources/Sources.gz 302 Found Reading Package Lists... Done W: Couldn't stat source pac

Re: [Matplotlib-users] REQ: pcolor input similar to array broadcasting

2006-12-06 Thread Eric Firing
Rob, This is now in svn, for pcolor only, not for pcolormesh. Please check it out. If everything is OK I can add it to pcolormesh as well (although pcolormesh still has a deeply-buried bug such that it does not work with alpha != 1). Eric Robert Hetland wrote: > > I would like to propose e

Re: [Matplotlib-users] artist.py

2006-12-06 Thread Tom Denniston
Sorry meant to send this to the whole list: John, Thanks for the fix. After reading Eric's email I started to question my profiling results but I still (without your fix) seem to see a significant time when in Artist when generating large volumes of graphs. I need t

Re: [Matplotlib-users] Problem with pylab.fill

2006-12-06 Thread John Hunter
> "Pellegrini" == Pellegrini Eric <[EMAIL PROTECTED]> writes: Pellegrini> Hi everybody, I would like to build an application Pellegrini> where many filled polygons will have to be displayed Pellegrini> on the screen. To do so, I would like to use Pellegrini> matplotlib but, up

[Matplotlib-users] Problem with pylab.fill

2006-12-06 Thread Pellegrini Eric
Hi everybody, I would like to build an application where many filled polygons will have to be displayed on the screen. To do so, I would like to use matplotlib but, up to now, my application is not fast enough. I use: python 2.4.1 matplot-0.87.6 numpy-1.0rc1 and I checked my matplotlibrc file