basically this works:

plot([1], [1], "*")

but I think it would be more convenient to add some kind of auto casting to the 
function in order to make this

plot(1, 1, "*")

work.

I use those single-point-plotting-commands a lot in order to highlight a 
special point in a series of data, but I forget the [] all the time.

Besides being much more convenient (at least for me) this behavior would also 
be much closer to the matlab version, since this works there without any 
problems.

Any ideas/comments/criticism on this?

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to