I am looking for a good method to plot groups of scatter plot points
with a common key name and symbol.  I am using PyX now, but each point
has its own symbol.

Example data to plot would be a list like so:
[
[[100,300],[250,900],[300,1200]],
[[200,600],[450,800],[500,1300]]
]

Where each sublist would be a group of points that share a key label and symbol.
I will iterate through the sublists and plot each set of points with a
predefined set of symbol types, colors and fill / no-fill
characteristics.

Thank you,
Bryan

-------------------------------------------------------------------------
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/
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to