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

2006-12-07 Thread Eric Firing
John Hunter wrote: [...] > You can pass in a sequence of facecolors the length of your number of > polygons. Each element of the sequence must be RGBA, but you can use > matplotlib's color converter to convert an arbitrary color argument to > RGBA. > John, You don't need to do this explicit c

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

2006-12-07 Thread John Hunter
> "Pellegrini" == Pellegrini Eric <[EMAIL PROTECTED]> writes: Pellegrini> Hi John, thank you very much for the hand. Pellegrini> I think that I have found my mistake. I was Pellegrini> launching my script trough "Idle" that seems to be the Pellegrini> reason why it was to

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

2006-12-07 Thread Pellegrini Eric
I forgot to send the output of the python test.py --verbose-helpful. Perhaps you will find something wrong there. Here it is: " matplotlib data path C:\Python24\lib\site-packages\matplotlib\mpl-data $HOME=C:\Documents and Settings\Eric CONFIGDIR=C:\Documents

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

2006-12-07 Thread Pellegrini Eric
Hi John, thank you very much for the hand. I think that I have found my mistake. I was launching my script trough "Idle" that seems to be the reason why it was to slow. Running my script with the command line or by double-clicking on it gave results similar to yours. Would you know w