diff options
| author | J08nY | 2018-03-29 01:20:02 +0200 |
|---|---|---|
| committer | J08nY | 2018-03-29 01:20:02 +0200 |
| commit | 8294f8be5b4f374950bf640a6614fc7ae2e4675c (patch) | |
| tree | 205d283814cbe95be822963ee731a0567222b82e /util/plot_dh.py | |
| parent | e2b6a298522e6206903dcd0a0455431fb647d5d4 (diff) | |
| download | ECTester-8294f8be5b4f374950bf640a6614fc7ae2e4675c.tar.gz ECTester-8294f8be5b4f374950bf640a6614fc7ae2e4675c.tar.zst ECTester-8294f8be5b4f374950bf640a6614fc7ae2e4675c.zip | |
Diffstat (limited to 'util/plot_dh.py')
| -rwxr-xr-x | util/plot_dh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/plot_dh.py b/util/plot_dh.py index 33fc3eb..468e73a 100755 --- a/util/plot_dh.py +++ b/util/plot_dh.py @@ -104,4 +104,4 @@ if __name__ == "__main__": else: fig.set_size_inches(12, 10) ext = opts.output.name.split(".")[-1] - plt.savefig(opts.output, format=ext, dpi=400) + plt.savefig(opts.output, format=ext, dpi=400, bbox_inches='tight') |
