Open frankandrobot opened 1 year ago
You can try the layered
and the mrtree
algorithms.
I suggest trying out example graphs in elklive or elklive json.
For further guidance, I need to know what you want your drawing to look like.
I've been working on this kind of architecture layout as well. What I did is to use layered
algorithm, and set partition
indices for the nodes. Here is a demo you can refer to:
You can extend it horizontally by simply adding nodes/edges in a flat way because there is no nested hierarchy here.
Technically, our network graphs can be cyclic. But for the most part, they are trees w/ a few cycles.. Our network graphs are acyclic, and in fact, they are trees.