On 19.11.2014 14:33, rasmus wrote: > Thank you, that is much appreciated. > > I need only one particular product for the moment, so I have gotten started > implementing that, and have a question: > > In order to visualize the growing graph, is there a layout algorithm and > parameter adjustment that is recommendable? > > I'm currently following the code provided in the Dynamics example, using the > sfdp_layout, but this seems erratic. I would ideally like that the graph is > stationary, with new nodes "just added". I know things are not that simple, > but recommendations would be appreciated.
Take a look at the "pin" parameter of sfdp_layout(). With this you can specify a set of nodes which have their position preserved during the layout. Best, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
