Home | Trees | Indices | Help |
|
---|
|
Functions for reading and writing graphs in Dot language.
Functions | |||
graph |
|
||
hypergraph |
|
||
string |
|
||
string |
|
Variables | |
colors =
|
|
__package__ =
|
Function Details |
Read a graph from a string in Dot language and return it. Nodes and edges specified in the input will be added to the current graph.
|
Read a hypergraph from a string in dot format. Nodes and edges specified in the input will be added to the current hypergraph.
|
Return a string specifying the given graph in Dot language.
|
Return a string specifying the given hypergraph in DOT Language.
|
Variables Details |
colors
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 1 17:52:55 2010 | http://epydoc.sourceforge.net |