Closed alecthomas closed 11 years ago
This is what is currently generated:
digraph foo { digraph bar { } }
But this is not valid dot. Need to use "subgraph" instead:
digraph foo { subgraph bar { } }
This is what is currently generated:
But this is not valid dot. Need to use "subgraph" instead: