c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
7 lines
361 B
Text
7 lines
361 B
Text
xdot.py is an interactive viewer for graphs written in Graphviz's dot
|
|
language. It uses internally the Graphviz's xdot output format as an
|
|
intermediate format, and PyGTK and Cairo for rendering.
|
|
xdot.py can be used either as a standalone application from command
|
|
line, or as a library embedded in your python application.
|
|
|
|
WWW: https://pypi.org/project/xdot/
|