Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3543a commit 8d871d7Copy full SHA for 8d871d7
1 file changed
unit/memleak.py
@@ -77,6 +77,7 @@ def run_memleak_test(bench, iterations, report):
77
78
if not report.endswith('.pdf'):
79
report = report + '.pdf'
80
+ fig.tight_layout()
81
fig.savefig(report, format='pdf')
82
83
0 commit comments