summaryrefslogtreecommitdiff
path: root/tree-source/graphs/013.dot
diff options
context:
space:
mode:
Diffstat (limited to 'tree-source/graphs/013.dot')
-rw-r--r--tree-source/graphs/013.dot99
1 files changed, 99 insertions, 0 deletions
diff --git a/tree-source/graphs/013.dot b/tree-source/graphs/013.dot
new file mode 100644
index 0000000..1949ecc
--- /dev/null
+++ b/tree-source/graphs/013.dot
@@ -0,0 +1,99 @@
+graph G {
+graph [bgcolor="#1d1f21"];
+node [shape="box", color="#c5c8c6", fontcolor="#c5c8c6"];
+
+
+
+N12 [label="Tanya
+Rochelle
+Nielsen", URL="../012"];
+
+
+
+N13 [label="Edwin
+Gustav
+Wild", URL="http://memories.blaise.zone/tree/013/", fillcolor="#c5c8c6", style="filled", fontcolor="#1d1f21"];
+
+
+
+N17 [label="Nathan
+Louis
+Wild", URL="../017"];
+
+
+
+N18 [label="Kimberly
+Nicole
+Wild", URL="../018"];
+
+
+
+N7 [label="James
+Bennett
+Nielsen", URL="../007"];
+
+
+
+N10 [label="Gail
+Lynn
+Sutherland", URL="../010"];
+
+
+
+
+
+
+
+
+
+{ rank=max N17 }
+
+
+
+{ rank=max N18 }
+
+
+
+{ rank=source N7 }
+
+
+
+{ rank=source N10 }
+
+
+
+
+N13 -- N17 [color="#de935f"];
+
+N13 -- N18 [color="#de935f"];
+
+N13 -- N12 [color="#b5db68"];
+
+N17 -- N12 [color="#de935f"];
+
+N12 -- N18 [color="#de935f"];
+
+N12 -- N7 [color="#de935f"];
+
+N12 -- N10 [color="#de935f"];
+
+
+
+
+
+
+
+
+{ rank=same N13 N12 }
+
+
+
+
+
+
+
+
+
+
+
+} \ No newline at end of file