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 instead of columns in an 
> X or Y array that is 2-D.
> 
> I am open to arguments, but my preference is the Matlab model.  I don't 
> think that the difference in native array storage order matters much. 
> It is more important to have the API at the plot method and function 
> level match the way people think.

I wasn't aware of the matlab model when I made the suggestion --
havn't used it for such a long time!  Option (3) looks good for
consistency: for one argument, always plot agains row index, for two
arguments, plot columns of x to columns of y, using broadcasting if
necessary (i.e. if either x or y is a vector).

Regards
Stéfan


-------------------------------------------------------------------------
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