aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-muons
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-09-07 11:35:10 -0500
committertlatorre <tlatorre@uchicago.edu>2020-09-07 11:35:10 -0500
commitfd231f3d5472ff43044ee57ff3ac5fb37f85da5b (patch)
tree9528b04e0a9e1e65b1a6cb46a2e07ee425640244 /utils/plot-muons
parent994daf964aacde066ba32c6c6ab8a4267b91d6e9 (diff)
downloadsddm-fd231f3d5472ff43044ee57ff3ac5fb37f85da5b.tar.gz
sddm-fd231f3d5472ff43044ee57ff3ac5fb37f85da5b.tar.bz2
sddm-fd231f3d5472ff43044ee57ff3ac5fb37f85da5b.zip
update python scripts to not call plt.show() when run with --save
Diffstat (limited to 'utils/plot-muons')
-rwxr-xr-xutils/plot-muons2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot-muons b/utils/plot-muons
index 59be494..45139a7 100755
--- a/utils/plot-muons
+++ b/utils/plot-muons
@@ -354,4 +354,4 @@ if __name__ == '__main__':
plt.savefig("michel_electrons_ke.eps")
else:
plt.title("Michel Electrons")
- plt.show()
+ plt.show()