From 3235b838d1a83105e21b94b6eb546113c86258d6 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Thu, 30 Jan 2025 14:44:52 +0000 Subject: [PATCH] Update plotspectra.py --- artistools/spectra/plotspectra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artistools/spectra/plotspectra.py b/artistools/spectra/plotspectra.py index 6b4853df5..f45a7e0fa 100755 --- a/artistools/spectra/plotspectra.py +++ b/artistools/spectra/plotspectra.py @@ -1023,7 +1023,7 @@ def make_plot(args) -> tuple[mplfig.Figure, np.ndarray, pl.DataFrame]: elif args.x.lower() == "hz": ylabel = r"F$_\nu$ at 1 Mpc [{}erg/s/cm$^2$/Hz]" elif args.x.lower() == "kev": - ylabel = r"F$_en_kev$ at 1 Mpc [{}erg/s/cm$^2$/keV]" + ylabel = r"dF/dE at 1 Mpc [{}erg/s/cm$^2$/keV]" assert ylabel is not None if args.logscaley: