On Thu, 31 Jul 2008, stuartornum apparently wrote:
> In regards to 2D objects, I have no idea. 

E.g., a list of lists.

list1 = [0,1,2]
list2 = [3,4,5]
listoflists = [ list1, list2 ]

So you can put all your independent variables into a list
of lists, and plot them at one go against your list of times.
(Assuming common lengths.)

hth,
Alan Isaac




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to