Hidden edges in Graphviz
It can be done using nodeA -> nodeB [style=invis]
It can be done using nodeA -> nodeB [style=invis]
Well, as with most questions…soon after I posted the I figured out the answer. I needed to add graph [overlap=false]; at the top of the file. Do it like this: graph g { overlap = false; node [shape=record,height=.1]; /* … */ }