- Improved dot output significantly
This commit is contained in:
parent
9326426a55
commit
3217f02dd4
@ -154,6 +154,7 @@ class AttackThread(threading.Thread):
|
|||||||
fp.write(l)
|
fp.write(l)
|
||||||
if l.startswith("digraph"):
|
if l.startswith("digraph"):
|
||||||
# Write additional stuff for this graph
|
# Write additional stuff for this graph
|
||||||
|
graphLine("dpi=96")
|
||||||
graphLine("rankdir=TB")
|
graphLine("rankdir=TB")
|
||||||
graphLine("nodesep=0.1")
|
graphLine("nodesep=0.1")
|
||||||
graphLine("ranksep=0.001")
|
graphLine("ranksep=0.001")
|
||||||
|
Loading…
Reference in New Issue
Block a user