mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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
8 lines
361 B
Plaintext
8 lines
361 B
Plaintext
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/
|