Hi everyone,

I'm new to matplotlib, and I would like to create a typical plot of a
timecourse (markers connected by lines), with the markers varying in size
and/or style according to a separate set of data that corresponds to each
timepoint. However, my understanding is that plot() will not accept an array
of marker sizes, only a single float value that is applied to all markers.
On the other hand, scatter() does allow variably-sized markers (as in the
scatter_demo2.py example). However, there does not seem to be a
straightforward way to add lines to this plot connecting markers in
sequence. Can anyone recommend a work-around to this issue, or point out if
I've missed something in the documentation?

Thanks,
Tim
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to