Change dot command

merge-requests/8/head
Bob Mottram 2020-12-23 13:09:44 +00:00
parent cfd1e7b24c
commit 72b07306f9
1 changed files with 1 additions and 1 deletions

View File

@ -2883,7 +2883,7 @@ def testFunctions():
fp.write(callGraphStr)
print('Call graph saved to epicyon.dot')
print('Convert to image with: ' +
'dot -Tjpg epicyon.dot -o epicyon_diagram.jpg')
'sfdp -x -Goverlap=scale -Tx11 epicyon.dot')
def runAllTests():