Matthias Michler wrote:
> plot([x1], [y1], "bo", [x2], [y2], "r+")

This didn't work :-S

- the first time I call show(), execution never comes back to my script 
so the code never gets to plot any further points

- if I put the "show" after the plotting loop (which means I don't get 
the "live plotting" I'm after) then there are no lines between the 
points (well, the points don't show at all, but I'm guessing it's 
because there's no lines between the points)

- looking at the example, I'm left wondering how to pass keyword 
parameters such as "label" or use other methods such as plot_date

Any help greatfully received!

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk

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