aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()