chiark / gitweb /
faff with graphs and searching
[familyTree.git] / cgiFiles / bigGraph.py
index 8834ba1e4e315f59113c120a536615c3f84fea65..c98d2940306a0ae8930360839ebe6ff2fbe1c9f2 100755 (executable)
@@ -18,7 +18,7 @@ conn = askQuestion.connect()
 
 famTree = askQuestion.list_people_parents()
 
-d.start_dot()
+d.start_dot(8)
 for i in range(len(famTree)):
 #for i in range(100):
        self = famTree[i][0]