Re: [graphviz-interest] Moving nodes and edges between [sub]graphs using the gv library
John Ellson <[email protected]> Thu, 27 Feb 2014 16:28:09 -0500
| Newsgroups | gmane.comp.video.graphviz |
|---|---|
| Message-ID | <[email protected]> |
On 02/27/2014 04:11 PM, Sparr wrote: > Can this be done? I haven't got a good grip on everything I can do > with a node_handle or edge_handle, so maybe there's some useful > functionality there that I'm overlooking. > > What I would like to do is assemble a graph, then selectively > "promote" certain nodes and edges into subgraphs afterwards. > _______________________________________________ > [email protected] > http://lists.research.att.com/mailman/listinfo/graphviz-interest Certainly you can manipulate the attributes of nodes and subgraphs in the abstract graph from one of the language bindings, or from gvpr. If the changes affect the layout, then you will have to do the layout again. (Layouts are not incremental). John _______________________________________________ [email protected] http://lists.research.att.com/mailman/listinfo/graphviz-interest