vis/graphs/
mg_dot2graph.pro
Routines
top mg_dot2graph
result = mg_dot2graph(filename [, graph_class=string], node_class=string)
Create a graph representation from a .dot
file.
The Graphviz website provides a formal specification of the
dot language
Return value
IDL_Container
of objects with CHILDREN
and NAME
properties
Parameters
- filename in required type=string
filename of
.dot
file to read
Keywords
- graph_class in optional type=string default=IDL_Container
classname for graph class
- node_class in required type=string
classname for nodes
Other attributes
- Todo:
handle more node, edge, and graph attributes
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 25 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.