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 takin
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 supp
On Wednesday 12 July 2006 7:19 pm, you wrote:
> 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 arg
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?
>
>
>