prog/lib to draw graphs

Florian Lindner Florian.Lindner at xgm.de
Thu Jan 22 07:34:56 EST 2004


Hello,
I'm looking for a program or python library to draw graphs.
They should look like the that:


/--------\                         /--------\
| Node A | ------ belongs to ----> | Node B |
\--------/                         \--------/

Which is a result of the function call like that:

connectNodes(firstNode, secondNode, description, lineStyle)
connectNodes("Node A", "Node B", "belongs to", dashed)

It should have a open scalable vector format as output (DVI, SVG, PDF, ...)
and should be able to make automatic optimal placement of the items.
Do you know something like that?
Thx,
Florian



More information about the Python-list mailing list