From 72b07306f9c0e2c03cf2d516c47d9710e4b113bf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 23 Dec 2020 13:09:44 +0000 Subject: [PATCH] Change dot command --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 7444f724c..4a2e2144c 100644 --- a/tests.py +++ b/tests.py @@ -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():