-------------------
Pygraphviz Examples
-------------------
Pygraphviz Examples
~~~~~~~~~~~~~~~~~~~
See the examples for sample usage and ideas
https://networkx.lanl.gov/browser/pygraphviz/trunk/doc/examples/
There is a complete reference guide at
https://networkx.lanl.gov/reference/pygraphviz/
Simple
~~~~~~
A basic example showing how to read and write dot files and draw graphs.
https://networkx.lanl.gov/browser/pygraphviz/trunk/doc/examples/simple.py
.. raw:: html
Star
~~~~
An example showing how to set attributes.
https://networkx.lanl.gov/browser/pygraphviz/trunk/doc/examples/star.py
.. raw:: html
Miles
~~~~~
An example showing how to use Graphviz to draw a graph with given positions.
https://networkx.lanl.gov/browser/pygraphviz/trunk/doc/examples/miles.py
.. raw:: html