diff options
| author | J08nY | 2017-12-30 19:05:34 +0100 |
|---|---|---|
| committer | J08nY | 2017-12-30 19:05:34 +0100 |
| commit | 9b2cb89738abd4c83d8175069bcb1902ebe2997b (patch) | |
| tree | e938f812d4d27023b779f62ba69cd7cc1c5b5219 /util | |
| parent | bbc29b640dc0a94e5faa48f647f3420316914c67 (diff) | |
| download | ECTester-9b2cb89738abd4c83d8175069bcb1902ebe2997b.tar.gz ECTester-9b2cb89738abd4c83d8175069bcb1902ebe2997b.tar.zst ECTester-9b2cb89738abd4c83d8175069bcb1902ebe2997b.zip | |
Diffstat (limited to 'util')
| -rwxr-xr-x | util/plot_dh.py | 1 | ||||
| -rwxr-xr-x | util/plot_gen.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/util/plot_dh.py b/util/plot_dh.py index 2aa7d21..8c1dfff 100755 --- a/util/plot_dh.py +++ b/util/plot_dh.py @@ -41,6 +41,7 @@ if __name__ == "__main__": pub_data = map(itemgetter(3), data) secret_data = map(itemgetter(4), data) + plt.style.use("ggplot") fig = plt.figure(tight_layout=True) fig.suptitle(opts.file) diff --git a/util/plot_gen.py b/util/plot_gen.py index db78f8d..016dd15 100755 --- a/util/plot_gen.py +++ b/util/plot_gen.py @@ -49,6 +49,7 @@ if __name__ == "__main__": priv_data = map(itemgetter(2), data) pub_data = map(itemgetter(3), data) + plt.style.use("ggplot") fig = plt.figure(tight_layout=True) fig.suptitle(opts.file) |
