graph "1x4" { layout="neato"; overlap="false"; esep="+80"; node [shape=record, fontname="DejaVu Sans Mono, Book"]; edge [color="cornflowerblue", penwidth="2", fontname="DejaVu Serif, Book"]; host [ label="host | { mgmt | data1 | data2 | data3 }", pos="0,12!", requires="controller", ]; target [ label="{ mgmt | data1 | data2 | data3 } | target", pos="10,12!", requires="infix", ]; host:mgmt -- target:mgmt [requires="mgmt"] host:data1 -- target:data1 [color=black] host:data2 -- target:data2 [color=black] host:data3 -- target:data3 [color=black] }