I am building a dot file to represent computer hardware and the physical connections to a network switch and displays. I have it looking ok when processed by the dot progra
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.
graph [overlap=false];
Do it like this:
graph g { overlap = false; node [shape=record,height=.1]; /* ... */ }