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 the behavior I would have expected. I would have expected each row 
to be plotted as a funtion of the column index, just like plot([1,2,3,4]) is 
done now, but with each row in a different color. I would like 
plot([1,2,3,4], array([[1,2,3,4],[2,3,4,5]])) to plot two lines as a function 
of the single x-list, and I would like  plot(array([[1,2,3,4],[2,3,4,5]]), 
array([[1,2,3,4],[2,3,4,5]])) to take the next obvious step. I *think* matlab 
does this, but its been so long since I used it...

Darren


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to