Hello Chris,

you may try something like 

plot([x1], [y1], "bo", [x2], [y2], "r+")

or you have to iterate through your data.

best regards
Matthias

On Friday 07 March 2008 10:11, Chris Withers wrote:
> Hi All,
>
> Apologies if I'm missing anything obvious...
>
> How do I plot lines point-by-point as opposed to by passing arrays?
>
> I'm guessing something like:
>
> plot([x],[y])
>
> ...but that feels a bit weird to me.
>
> In any case, using that, I don't know how to plot more than one line at
> a time, so thought I'd ask here...
>
> Hope you can help!
>
> cheers,
>
> Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to