initial attempt at providing stemma title/label
[scpubgit/stemmaweb.git] / t / data / florilegium.dot
CommitLineData
ec2f89ff 1digraph "stemma of Tomas" {
0fa271b6 2 "α" [ class=hypothetical ];
3 "γ" [ class=hypothetical ];
4 "δ" [ class=hypothetical ];
5 2 [ class=hypothetical,label="*" ];
6 3 [ class=hypothetical,label="*" ];
7 4 [ class=hypothetical,label="*" ];
8 5 [ class=hypothetical,label="*" ];
9 7 [ class=hypothetical,label="*" ];
10 A [ class=extant ];
11 B [ class=extant ];
12 C [ class=extant ];
13 D [ class=extant ];
14 E [ class=extant ];
15 F [ class=extant ];
16 G [ class=extant ];
17 H [ class=extant ];
18 K [ class=extant ];
19 P [ class=extant ];
20 Q [ class=extant ];
21 S [ class=extant ];
22 T [ class=extant ];
23 "α" -> A;
24 "α" -> T;
25 "α" -> "δ";
26 "δ" -> 2;
27 2 -> C;
28 2 -> B;
29 B -> P;
30 B -> S;
31 "δ" -> "γ";
32 "γ" -> 3;
33 3 -> F;
34 3 -> H;
35 "γ" -> 4;
36 4 -> D;
37 4 -> 5;
38 5 -> Q;
39 5 -> K;
40 5 -> 7;
41 7 -> E;
42 7 -> G;
43}
44