|
@ -67,7 +67,7 @@ if ooooo_insert: |
|
|
file.write(dot.text) |
|
|
file.write(dot.text) |
|
|
graph = pygraphviz.AGraph('dot/'+str(oooooc)+'.dot') |
|
|
graph = pygraphviz.AGraph('dot/'+str(oooooc)+'.dot') |
|
|
graph.layout(prog="dot") |
|
|
graph.layout(prog="dot") |
|
|
graph.draw(localgs+'+str(oooooc)+'.svg') |
|
|
graph.draw(localgs+str(oooooc)+'.svg') |
|
|
oooooc+=1 |
|
|
oooooc+=1 |
|
|
|
|
|
|
|
|
#then iterates over all chapters to get the pdf versions |
|
|
#then iterates over all chapters to get the pdf versions |
|
|