graphs/
vis_graph_layout.pro
top vis_graph_layout
result = vis_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: VIS_NODE_NAME (string) and VIS_NODE_CHILDREN (array object references to other nodes or -1L if no children)
File attributes
Modification date: | Mon Nov 29 18:32:37 2010 |
Lines: | 18 |
Docformat: | rst rst |