Home | Trees | Index | Help |
|
---|
Package networkx :: Package drawing :: Module nx_pydot |
|
Import and export networkx networks to dot format using pydot.
Function Summary | |
---|---|
Creates an networkx graph from an pydot graph D | |
Creates a pydot graph from an networkx graph N | |
Create layout using pydot and graphviz. | |
Creates an networkx graph from a dot file | |
Write G to a graphviz dot file. |
Variable Summary | |
---|---|
str |
__author__ = 'Aric Hagberg (hagberg@lanl.gov)'
|
str |
__credits__ = ''
|
str |
__date__ = '$Date: 2005-06-15 08:55:33 -0600 (Wed, 15 Ju...
|
str |
__revision__ = '$Revision: 1034 $'
|
Function Details |
---|
networkx_from_pydot(D, result=False)Creates an networkx graph from an pydot graph D |
pydot_from_networkx(N)Creates a pydot graph from an networkx graph N |
pydot_layout(G, **kwds)Create layout using pydot and graphviz. Returns a dictionary of positions keyed by node. >>> pos=pydot_layout(G) >>> pos=pydot_layout(G,prog="twopi") |
read_dot(path=False)Creates an networkx graph from a dot file |
write_dot(G, path=False)Write G to a graphviz dot file. |
Variable Details |
---|
__author__
|
__credits__
|
__date__
|
__revision__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Aug 21 08:06:58 2005 | http://epydoc.sf.net |