Home | Trees | Index | Help |
|
---|
Package yapgvb |
|
Yet Another Python Graphviz Binding, Version 1.1.0
This is only an API reference. There is currently no tutorial, but the scripts in the examples directory should be helpful for a quick introduction.
Documentation credits go to the authors of the Graphviz documentation, whence the graph/node/edge property descriptions were brazenly copied.Classes | |
---|---|
Digraph |
Directed graph class. |
Edge |
Edges are created either through the GraphBase.add_node, or by using the overloaded Node operators <<, >> , and - operators (for directed, directed, and undirected graphs respectively). |
Graph |
Undirected graph class. |
GraphBase |
GraphBase is the base class for Graph and Digraph. |
Node |
Nodes are created by calling Graph.add_node. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Feb 21 14:34:48 2006 | http://epydoc.sf.net |