aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2021-01-15 09:09:46 -0600
committertlatorre <tlatorre@uchicago.edu>2021-01-15 09:09:46 -0600
commitf3e32928a77bb4b6eb2379146730a32679986d14 (patch)
tree73fe124f6ffb8cf94ade1829f3445365ae8f80f2
parentdb86cbd222e5bea38af25529ce73cabbcf9066c0 (diff)
downloadsddm-f3e32928a77bb4b6eb2379146730a32679986d14.tar.gz
sddm-f3e32928a77bb4b6eb2379146730a32679986d14.tar.bz2
sddm-f3e32928a77bb4b6eb2379146730a32679986d14.zip
fix y axis again
-rwxr-xr-xutils/dm-search2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dm-search b/utils/dm-search
index ab6c0c2..94051d8 100755
--- a/utils/dm-search
+++ b/utils/dm-search
@@ -858,7 +858,7 @@ if __name__ == '__main__':
plt.gca().set_xscale("log")
despine(fig,trim=True)
plt.xlabel("Energy (MeV)")
- plt.ylabel("Event Rate Limit (events/$\mathrm{m}^3$/year)")
+ plt.ylabel("Event Rate (events/$\mathrm{m}^3$/year)")
plt.legend()
plt.tight_layout()