23 Mar
2014
23 Mar
'14
10:25 a.m.
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 <tiago@skewed.de>