aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-11-16 10:30:22 -0600
committertlatorre <tlatorre@uchicago.edu>2020-11-16 10:30:22 -0600
commitdd017644419ad1bb4966d0cec5b72e50ef920f0e (patch)
tree781debf46cfb21f9537ba33e0d4d026a02a6c033
parent8117ba49eea965eaf736ca869f2f67e0a8e9de6a (diff)
downloadsddm-dd017644419ad1bb4966d0cec5b72e50ef920f0e.tar.gz
sddm-dd017644419ad1bb4966d0cec5b72e50ef920f0e.tar.bz2
sddm-dd017644419ad1bb4966d0cec5b72e50ef920f0e.zip
fix latex error
-rwxr-xr-xutils/dm-search2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dm-search b/utils/dm-search
index 7f652ad..17f107a 100755
--- a/utils/dm-search
+++ b/utils/dm-search
@@ -720,7 +720,7 @@ if __name__ == '__main__':
plt.gca().set_xscale("log")
despine(fig,trim=True)
plt.xlabel("Energy (MeV)")
- plt.ylabel("Event Rate Limit (events/cm^3/s)")
+ plt.ylabel("Event Rate Limit (events/$\mathrm{cm}^3$/s)")
plt.legend()
plt.tight_layout()