File: examples.rst

package info (click to toggle)
python-pygraphviz 1.3.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 664 kB
  • sloc: ansic: 4,970; python: 2,523; makefile: 152
file content (29 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (4)
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