Daniel@0: digraph structs { Daniel@0: node [shape=record]; Daniel@0: struct1 [shape=record,label=" left| middle| right"]; Daniel@0: struct2 [shape=record,label=" one| two"]; Daniel@0: struct3 [shape=record,label="hello\nworld |{ b |{c| d|e}| f}| g | h"]; Daniel@0: struct1:f1 -> struct2:f0; Daniel@0: struct1:f2 -> struct3:here; Daniel@0: }