Re: [matplotlib-devel] Plot with color argument as a list

2006-06-13 Thread Gaël Varoquaux
On Tue, Jun 13, 2006 at 05:33:57PM +0200, Gaël Varoquaux wrote: > I find that "parplot" is not a great name for such a function, but I > cannot think of a better one. Maybe the list will have better ideas. Talking to a friend we came up with a name like "pathcolor", or "pathplot".

Re: [matplotlib-devel] Thoughts on quiver2

2006-06-13 Thread Eric Firing
Robert, Thanks for the feedback. Comments are below. I think I addressed some items over the weekend, so the version in svn should work better than the one you tested, assuming you tested the original one I sent out as a diff. Robert Hetland wrote: > > Eric- > > I had a chance to play arou

[matplotlib-devel] numpy import error with svn

2006-06-13 Thread Jeff Whitaker
With the latest svn matplotlib and numpy 0.9.8 I'm now getting: Python 2.4.3 (#1, Mar 30 2006, 13:31:07) [GCC 4.0.1 (Apple Computer, Inc. build 5247)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import pylab Traceback (most recent call last): File "", l

Re: [matplotlib-devel] Plot with color argument as a list

2006-06-13 Thread Gaël Varoquaux
On Tue, Jun 13, 2006 at 09:21:44AM -0500, John Hunter wrote: > I'm not at all opposed to making a helper function like scatter to plot > parametric lines with colormaps, but I don't think "plot" is the right > vehicle, since it returns a Line2d, not a LineCollection, and since it > is already heavi

[matplotlib-devel] Thoughts on quiver2

2006-06-13 Thread Robert Hetland
Eric- I had a chance to play around with the new quiver this morning. Here are some thoughts: 1. I read that somebody thought it was a bit slow, but this is not my experience. I tried to quiver my model data (128x128 with masking), and it rendered in a few seconds. I tried to look at im

Re: [matplotlib-devel] Plot with color argument as a list

2006-06-13 Thread John Hunter
> "Gaël" == Gaël Varoquaux <[EMAIL PROTECTED]> writes: Gaël> Hi, It would be a nice feature for the plot command to Gaël> accept a list of rgb colors of the same length than the data Gaël> vectors to be plotted, in order to generate plots alike the Gaël> one on the wiki

[matplotlib-devel] Plot with color argument as a list

2006-06-13 Thread Gaël Varoquaux
Hi, It would be a nice feature for the plot command to accept a list of rgb colors of the same length than the data vectors to be plotted, in order to generate plots alike the one on the wiki "http://scipy.org/Cookbook/Matplotlib/MulticoloredLine";. Regards, Gaël _