Hi,
We have tried about everything to make these kind of graphs look good (generation is automated).
Any idea what should we do ? Our best result is attacked, but lables are one on top of the other.
The edge should start and end where they do in the picture.
digraph G {
compound=true;
//edge [splines=ortho]
subgraph cluster_0 {
URL="/Wandering";
label="FSM[Wandering]";
"0start" [shape=point];
subgraph cluster_1 {
URL="/Wandering/Turn";
label="Turn";
2 [URL="/Wandering/Turn/Turn", label="TASK[Turn]"];
}
subgraph cluster_3 {
URL="/Wandering/Drive";
label="Drive";