6 lines
322 B
Text
6 lines
322 B
Text
PyGraphviz is a Python interface to the Graphviz graph layout
|
|
and visualization package. With PyGraphviz you can create,
|
|
edit, read, write, and draw graphs using Python to access the
|
|
Graphviz graph data structure and layout algorithms. PyGraphviz
|
|
is independent from NetworkX but provides a similar programming
|
|
interface.
|