diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-11-16 10:30:22 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-11-16 10:30:22 -0600 |
commit | dd017644419ad1bb4966d0cec5b72e50ef920f0e (patch) | |
tree | 781debf46cfb21f9537ba33e0d4d026a02a6c033 | |
parent | 8117ba49eea965eaf736ca869f2f67e0a8e9de6a (diff) | |
download | sddm-dd017644419ad1bb4966d0cec5b72e50ef920f0e.tar.gz sddm-dd017644419ad1bb4966d0cec5b72e50ef920f0e.tar.bz2 sddm-dd017644419ad1bb4966d0cec5b72e50ef920f0e.zip |
fix latex error
-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 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() |