diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-08-31 10:54:46 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-08-31 10:54:46 -0500 |
commit | f9ffaf8e724ef51e6824e02395d7c3c91c445d54 (patch) | |
tree | 31fc4026d243146e9300417ddd9b923a37c4951b | |
parent | 031c70a265f31fcc73379f5153570cd926138462 (diff) | |
download | sddm-f9ffaf8e724ef51e6824e02395d7c3c91c445d54.tar.gz sddm-f9ffaf8e724ef51e6824e02395d7c3c91c445d54.tar.bz2 sddm-f9ffaf8e724ef51e6824e02395d7c3c91c445d54.zip |
don't call plt.show() when running with --save
-rwxr-xr-x | utils/chi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -756,4 +756,4 @@ if __name__ == '__main__': plt.savefig("chi2_atm.eps") else: plt.suptitle("With Neutron Follower") - plt.show() + plt.show() |