-
Notifications
You must be signed in to change notification settings - Fork 0
/
parenthood.gv
117 lines (90 loc) · 3.31 KB
/
parenthood.gv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
graph {
node [shape=rect style=rounded fontname=Helvetica fontsize=10 margin=0.02]
splines=true
overlap=false
#pack=true
#packMode="node"
#ratio=1.5
#rankdir="LR"
#newrank=true
subgraph {
rank=same
"Zeek" -- "Zeek_Camille" -- "Camille" [ penwidth=1.5 weight=2 len=0.7]
"Zeek" [label="Zeek" tooltip="Zeek"]
"Camille" [label="Camille" tooltip="Camille"]
"Zeek_Camille" [ shape=none width=0 height=0 label=""]
}
"Zeek_Camille" -- "Zeek_Camille_sibs"
"Zeek_Camille_sibs" [shape=none width=0 height=0 label=""]
"Zeek_Camille_sibs" -- "Adam" [dir=forward arrowType=open arrowsize=0.5]
"Zeek_Camille_sibs" -- "Sarah" [dir=forward arrowType=open arrowsize=0.5]
"Zeek_Camille_sibs" -- "Julia" [dir=forward arrowType=open arrowsize=0.5]
"Zeek_Camille_sibs" -- "Crosby" [dir=forward arrowType=open arrowsize=0.5]
subgraph {
rank=same
"Adam" [label="Adam" tooltip="Adam"]
"Sarah" [label="Sarah" tooltip="Sarah"]
"Julia" [label="Julia" tooltip="Julia"]
"Crosby" [label="Crosby" tooltip="Crosby"]
}
subgraph {
rank=same
"Adam" -- "Adam_Kristina" -- "Kristina" [ penwidth=1.5 weight=2 len=0.7]
"Adam" [label="Adam" tooltip="Adam"]
"Kristina" [label="Kristina" tooltip="Kristina"]
"Adam_Kristina" [ shape=none width=0 height=0 label=""]
}
"Adam_Kristina" -- "Adam_Kristina_sibs"
"Adam_Kristina_sibs" [shape=none width=0 height=0 label=""]
"Adam_Kristina_sibs" -- "Haddie" [dir=forward arrowType=open arrowsize=0.5]
"Adam_Kristina_sibs" -- "Max" [dir=forward arrowType=open arrowsize=0.5]
subgraph {
rank=same
"Haddie" [label="Haddie" tooltip="Haddie"]
"Max" [label="Max" tooltip="Max"]
}
subgraph {
rank=same
"Sarah" -- "Sarah_Seth" -- "Seth" [ color=red penwidth=1.5 weight=2 len=0.7]
"Sarah" [label="Sarah" tooltip="Sarah"]
"Seth" [label="Seth" tooltip="Seth"]
"Sarah_Seth" [ color=red shape=none width=0 height=0 label=""]
}
"Sarah_Seth" -- "Sarah_Seth_sibs"
"Sarah_Seth_sibs" [shape=none width=0 height=0 label=""]
"Sarah_Seth_sibs" -- "Amber" [dir=forward arrowType=open arrowsize=0.5]
"Sarah_Seth_sibs" -- "Drew" [dir=forward arrowType=open arrowsize=0.5]
subgraph {
rank=same
"Amber" [label="Amber" tooltip="Amber"]
"Drew" [label="Drew" tooltip="Drew"]
}
subgraph {
rank=same
"Julia" -- "Julia_Joel" -- "Joel" [ penwidth=1.5 weight=2 len=0.7]
"Julia" [label="Julia" tooltip="Julia"]
"Joel" [label="Joel" tooltip="Joel"]
"Julia_Joel" [ shape=none width=0 height=0 label=""]
}
"Julia_Joel" -- "Julia_Joel_sibs"
"Julia_Joel_sibs" [shape=none width=0 height=0 label=""]
"Julia_Joel_sibs" -- "Sydney" [dir=forward arrowType=open arrowsize=0.5]
subgraph {
rank=same
"Sydney" [label="Sydney" tooltip="Sydney"]
}
subgraph {
rank=same
"Crosby" -- "Crosby_Jasmine" -- "Jasmine" [ color=cyan penwidth=1.5 weight=2 len=0.7]
"Crosby" [label="Crosby" tooltip="Crosby"]
"Jasmine" [label="Jasmine" tooltip="Jasmine"]
"Crosby_Jasmine" [ color=cyan shape=none width=0 height=0 label=""]
}
"Crosby_Jasmine" -- "Crosby_Jasmine_sibs"
"Crosby_Jasmine_sibs" [shape=none width=0 height=0 label=""]
"Crosby_Jasmine_sibs" -- "Jabbar" [dir=forward arrowType=open arrowsize=0.5]
subgraph {
rank=same
"Jabbar" [label="Jabbar" tooltip="Jabbar"]
}
}