top-down subgraphs, left-right inside subgraphs
Reproducing particular graph layouts usually can be achieved with: Invisible nodes and edges rank constraints Here’s how I reproduced your graph – or at least a part of it: digraph g { rankdir=”LR”; node[shape = circle, fontsize=14]; fontsize=18; labeljust=”l”; edge[style=invis, fontsize=12]; { rank=same; 0 [style = invis]; 01 [style = invis]; 02 [style=invis]; 0 -> … Read more