On 03/23/2014 03:04 AM, Caspar Yim wrote: > Actually, what I mean is how to generate the topology of the graph > like that picture but not the shape or label of the nodes. The > position of top and bottom node is fixed and the others are placed > layer by layer. I tried to use sfdp and fruchterman layout to draw, > but none of them is satisfied. Is that mean I must write an algorithm > to generate the layout by my own?
There are some other possible layouts with graphviz, via graphviz_draw(), but I'm not sure if it will give you what you want. Otherwise, you will have to code the layout yourself. 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
