aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2021-01-15 09:08:15 -0600
committertlatorre <tlatorre@uchicago.edu>2021-01-15 09:08:15 -0600
commitdb86cbd222e5bea38af25529ce73cabbcf9066c0 (patch)
tree9112236b9ffddec339a57b054f1bc3a0e7a6f593
parenteced60552f9e5ce594fbee40d4fa210bc34c5508 (diff)
downloadsddm-db86cbd222e5bea38af25529ce73cabbcf9066c0.tar.gz
sddm-db86cbd222e5bea38af25529ce73cabbcf9066c0.tar.bz2
sddm-db86cbd222e5bea38af25529ce73cabbcf9066c0.zip
fix y axis
-rwxr-xr-xutils/dm-search2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dm-search b/utils/dm-search
index a99f210..ab6c0c2 100755
--- a/utils/dm-search
+++ b/utils/dm-search
@@ -875,7 +875,7 @@ if __name__ == '__main__':
plt.gca().set_xscale("log")
despine(fig,trim=True)
plt.xlabel("Energy (MeV)")
- plt.ylabel("Event Rate Limit (events)")
+ plt.ylabel("Number of Events")
plt.legend()
plt.tight_layout()