diff --git a/scripts/pmt_rates.py b/scripts/pmt_rates.py index f5d9e7d267f1a7c11df549267f04e7c8b4078f2d..0a556d82ddb2de7078479d5a493651315345b416 100755 --- a/scripts/pmt_rates.py +++ b/scripts/pmt_rates.py @@ -107,8 +107,9 @@ class PMTRates(kp.Module): m[m < 5000] = 5000 fig, ax = plt.subplots(figsize=(10, 8)) ax.imshow(m, origin='lower', interpolation='none') - ax.set_title("Mean PMT Rates for DU-{} (colours from 5kHz to 15kHz)\n" - "(PMTs ordered from top to bottom) - {}" + ax.set_title("Mean PMT Rates (Monitoring Channel) for DU-{} " + "- colours from 5kHz to 15kHz\n" + "PMTs ordered from top to bottom - {}" .format(self.du, datetime.utcnow())) ax.set_xlabel("UTC time [{}s/px]".format(interval)) plt.yticks([i*31 for i in range(18)],