diff options
author | tlatorre <tlatorre@uchicago.edu> | 2021-01-15 09:08:15 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-01-15 09:08:15 -0600 |
commit | db86cbd222e5bea38af25529ce73cabbcf9066c0 (patch) | |
tree | 9112236b9ffddec339a57b054f1bc3a0e7a6f593 /utils | |
parent | eced60552f9e5ce594fbee40d4fa210bc34c5508 (diff) | |
download | sddm-db86cbd222e5bea38af25529ce73cabbcf9066c0.tar.gz sddm-db86cbd222e5bea38af25529ce73cabbcf9066c0.tar.bz2 sddm-db86cbd222e5bea38af25529ce73cabbcf9066c0.zip |
fix y axis
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/dm-search | 2 |
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() |