vis/graphs/
mg_graph_layout.pro
Routines
top mg_graph_layout
result = mg_graph_layout(graph)
Create a [graphs graph].
Return value
IDLgrView
Parameters
- graph in required type=object
IDL_Container containing the nodes of the graph; each node should have two properties:
MG_NODE_NAME
(string) andMG_NODE_CHILDREN
(array object references to other nodes or -1L if no children)
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 3 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.