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