From 9b2cb89738abd4c83d8175069bcb1902ebe2997b Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 30 Dec 2017 19:05:34 +0100 Subject: Fixed XML and YAML standalone output in case some tests fail. --- util/plot_dh.py | 1 + 1 file changed, 1 insertion(+) (limited to 'util/plot_dh.py') 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) -- cgit v1.2.3-70-g09d2