digraph { rankdir = RL; overlap = false; dpi = 300.0; splines = false; cluster = true; node [shape = "plaintext";]; // Group the two together, which results in the desired alignment. subgraph { // But don't show the frame! style = "invis"; fut1 [label = <
fut1
?
?
?
>;]; fut2 [label = <
fut2
0
1
>;]; edge [tailclip = "false"; dir = forward]; fut2:source:c -> fut1:target:e; } }