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 to now, my

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

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

[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