MOTHBALLED-graphviz icon indicating copy to clipboard operation
MOTHBALLED-graphviz copied to clipboard

Combination of newrank and packmode=graph loses clusters

Open emden opened this issue 7 years ago • 0 comments

Running dot -Gnewrank -Grankmode=graph on the following graph loses the clusters on output:

digraph {
        subgraph "cluster_1" {
                1;
        }
        subgraph "cluster_2" {
                2
        }
}

Related issue #1221

emden avatar Apr 03 '17 14:04 emden