From fd231f3d5472ff43044ee57ff3ac5fb37f85da5b Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 7 Sep 2020 11:35:10 -0500 Subject: update python scripts to not call plt.show() when run with --save --- utils/plot-michels | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/plot-michels') diff --git a/utils/plot-michels b/utils/plot-michels index 77c9cc1..01e7028 100755 --- a/utils/plot-michels +++ b/utils/plot-michels @@ -160,4 +160,4 @@ if __name__ == '__main__': plt.savefig("michel_electrons_ke.eps") else: plt.title("Michel Electrons") - plt.show() + plt.show() -- cgit