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

    <img alt="pygraphviz example" class="image"  width="181" height="144"
    src="https://networkx.lanl.gov/images/simple.png"  />

Star
~~~~
  An example showing how to set attributes.

  https://networkx.lanl.gov/browser/pygraphviz/trunk/doc/examples/star.py

.. raw:: html

    <img alt="pygraphviz example" class="image"  width="873" height="886"
    src="https://networkx.lanl.gov/images/star.png"  />

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

    <img alt="pygraphviz example" class="image"  width="746" height="778"
    src="https://networkx.lanl.gov/images/miles.png"  />
