Re: [Matplotlib-users] plot command: more flexible argument handling

2006-07-13 Thread Alan G Isaac
On Wed, 12 Jul 2006, Eric Firing apparently wrote: 3) Implement the Matlab model. +1 Cheers, Alan Isaac PS This is fairly close to the (more constrained) GAUSS model. - Using Tomcat but need to do more? Need to

Re: [Matplotlib-users] plot command: more flexible argument handling

2006-07-13 Thread Stefan van der Walt
On Wed, Jul 12, 2006 at 01:19:41PM -1000, Eric Firing wrote: To summarize, the options seem to be: 1) Leave plot argument parsing alone. 2) Accept an Nx2 array in place of a pair of arguments containing x and y. 3) Implement the Matlab model. 4) Implement the Matlab model, but taking rows

[Matplotlib-users] plot command: more flexible argument handling

2006-07-12 Thread Eric Firing
Darren Dale wrote: On Wednesday 12 July 2006 16:16, Mark Bakker wrote: I am following up on the discussion of passing a single 2D array to plot. Wouldn't it make more sense that, in Python array style, if you give it a single N x K argument you plot rows against the first row? That's not