Block diagram layout with dot/graphviz
问题 I'd like to implement the following mockup with dot: So far I've got this much: digraph G { graph [rankdir = LR, splines=ortho] unit [shape=box, width = 2, height = 10]; more_different_unit [shape=box, height=4]; other_unit [shape=box, height=4]; unit -> other_unit [label = "foo"]; unit -> other_unit [label = "bar"]; unit -> other_unit [label = "bar"]; unit -> other_unit [label = "bar"]; unit -> other_unit [label = "bar"]; unit -> other_unit [label = "bar"]; unit -> more_different_unit [label