graph realization {
n0 [shape=ellipse];
n1 [shape=ellipse];
n2 [shape=ellipse];
n3 [shape=ellipse];
n1--n0 [label="0",len=1.5];
n2--n0 [label="1",len=1.5];
n3--n0 [label="2",len=1.5]
}
Output file: b336.gifThe simplest solution is to rerun neato, but use a different initial layout. This can be done by using -Gstart=<i>, where <i> is any integer not equal to 1. -Gstart=regular or -Gstart=x should also work.
This is somewhere between a bug and a request. There are randomization
techniques to help push a solution out of a local minimum. We could
add these to neato.
Owner: *
Status: Request