Question about drawing simple graph in Python?

Mindy csshi99 at yahoo.com
Thu Nov 7 23:37:43 EST 2002


I have two lists, say:
list1 = ['s1','s2','s1','s3'...]
list2 = ['t1','t2','t3','t3'...]

I want to draw a simple graph, with 's1' points to
't1', which means drawing one line between 's1' and
's2' and an arrow pointed to 't1'. (for i in
range(len(list1), there's an edge between list1[i] and
list2[i]). So how to draw this graph in Python? I
searched on google but didn't find some easy way to
implement this. Thanks for any hints!



=====
Cheers
-Mindy

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2




More information about the Python-list mailing list