-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdotsource.dot
More file actions
16 lines (16 loc) · 1.3 KB
/
dotsource.dot
File metadata and controls
16 lines (16 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
digraph G {
"n0"[label= <0> shape=circle color="black" style=wedged fillcolor="white" style=filled fontsize="28"];
"n1"[label= <1> shape=circle color="black" style=wedged fillcolor="white" style=filled fontsize="28"];
"ArbitraryUnusedNameNoWorriesJustGrooving2"[fontSize=1 shape=point];
"n2"[label= <2> shape=circle color="black" style=wedged fillcolor="white" style=filled fontsize="28"];
"n3"[label= <3> shape=circle color="black" style=wedged fillcolor="white" style=filled fontsize="28"];
"n4"[label= <4> shape=circle color="black" style=wedged fillcolor="white" style=filled fontsize="28"];
{"ArbitraryUnusedNameNoWorriesJustGrooving2"}->{"n1"};
{"n0"}->{"n4"}[label = <b<sub>2</sub>> color="black" arrowhead="normal" style="" fontsize="28"];
{"n1"}->{"n2"}[label = <b<sub>2</sub>> color="black" arrowhead="normal" style="" fontsize="28"];
{"n1"}->{"n1"}[label = <a<sub>4</sub>> color="black" arrowhead="normal" style="" fontsize="28"];
{"n1"}->{"n3"}[label = <a<sub>3</sub>> color="black" arrowhead="normal" style="" fontsize="28"];
{"n2"}->{"n0"}[label = <a<sub>4</sub>> color="black" arrowhead="normal" style="" fontsize="28"];
{"n4"}->{"n3"}[label = <b<sub>2</sub>> color="black" arrowhead="normal" style="" fontsize="28"];
{"n4"}->{"n1"}[label = <a<sub>3</sub>> color="black" arrowhead="normal" style="" fontsize="28"];
}