I've got something like this:
digraph G {
0 ;
1 ;
2 ;
3 ;
4 ;
5 ;
0 -> 24 [];
0 -> 1 [];
1 -> 0 [];
1 -> 17 [];
1 -> 41 [];
}
When I use canviz I've got nothing in the browser. Is there any way to
get it worked?
dot -Txdot -oxdot.gv graph.gv
Then ask canviz to render xdot.gv.