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

newrank=true does not handle source/min/max/sink correctly.

Open emden opened this issue 7 years ago • 0 comments

If the graph

digraph {
  a -> b
  { rank=source c]
  { rank=sink d}
}

is processed with dot -Gnewrank, c and d are placed on the same rank as a.

out

The expected output is

out0

The same happens if source and sink are replaced by min and max.

emden avatar Apr 05 '17 16:04 emden