- Hopefully improved the attack displays. Needs checking.

This commit is contained in:
ccremers
2006-12-13 15:43:10 +00:00
parent 68e9ad9cf4
commit 2886e1a7e5
2 changed files with 36 additions and 24 deletions

View File

@@ -138,7 +138,9 @@ class AttackThread(threading.Thread):
fp.write(l)
if l.startswith("digraph"):
# Write additional stuff for this graph
graphLine("dpi=96")
#
# [CC][x] This dpi setting messed up quite a bit
#graphLine("dpi=96")
graphLine("rankdir=TB")
graphLine("nodesep=0.1")
graphLine("ranksep=0.001")