chiark / gitweb /
faff with graphs and searching
[familyTree.git] / cgiFiles / ancestorGraph.py
index 327754a7a4b2de0e5984bb4a5db3387690105cfe..6c633e0e1a42d69199954697dd737dbf2608b744 100755 (executable)
@@ -30,7 +30,7 @@ def add_parents(ID,Self):
 def make_graph(ID):
        global allAncestors
 
-       d.start_dot()
+       d.start_dot(8)
                
 
        Self = aQ.find_person(ID)[0]