1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Examples
========
See the examples for sample usage and ideas
http://github.com/pygraphviz/pygraphviz/tree/master/examples
There is a complete reference guide at
http://pygraphviz.github.io/documentation/latest
Simple
~~~~~~
A basic example showing how to read and write dot files and draw graphs.
http://github.com/pygraphviz/pygraphviz/tree/master/examples/simple.py
Star
~~~~
An example showing how to set attributes.
http://github.com/pygraphviz/pygraphviz/tree/master/examples/star.py
Miles
~~~~~
An example showing how to use Graphviz to draw a graph with given positions.
http://github.com/pygraphviz/pygraphviz/tree/master/examples/miles.py
|