| 12345678910 |
- digraph {
- nodesep = 0.5;
- node [shape = circle, label = "", height = 0.3];
- "0" [style = "filled", fillcolor = "grey"];
- "1" [style = "filled", fillcolor = "grey"];
- "2" [style = "filled", fillcolor = "grey"];
- "3" [style = "filled", fillcolor = "grey"];
- "3" -> "2" [label = "id 1\l20k 3x", color = "black"] ;
- "1" -> "0" [label = "id -1\l20k 3x", color = "black"] ;
- }
|