mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
a132c8afc2
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.python.org/pypi/xdot PR: 211059 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
8 lines
364 B
Plaintext
8 lines
364 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.python.org/pypi/xdot
|