Question about drawing simple graph in Python?

Ben C b.e.n.c.a.t.7.3. at .t.p.g...c.o.m...a.u
Sat Nov 9 00:29:52 EST 2002


Hi there

try these

http://py.vaults.ca/apyllo.py?find=graph

I am sure that you will find something there that will do the job

cheers

Ben C
"Mindy" <csshi99 at yahoo.com> wrote in message
news:mailman.1036730290.879.python-list at python.org...
> 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