From bbb4424571725d19f9fbcde2fa3a9ffd05c55098 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 4 Oct 2019 23:16:54 +0200
Subject: [PATCH] Make title shorter

---
 scripts/pmt_rates.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pmt_rates.py b/scripts/pmt_rates.py
index 5eff856..994ce8c 100755
--- a/scripts/pmt_rates.py
+++ b/scripts/pmt_rates.py
@@ -129,7 +129,7 @@ class PMTRates(kp.Module):
                   interpolation='none',
                   cmap="bwr_r")
         ax.set_title(
-            "Mean PMT Rates (Monitoring Channel) for DetID-{} DU-{} "
+            "Mean PMT Rates for DetID-{} DU-{} "
             "- colours from {:.1f}kHz to {:.1f}kHz (HRV ratio threshold {})\n"
             "PMTs ordered from top to bottom - {}".format(
                 self.detector.det_id, self.du, self.lowest_rate / 1000,
-- 
GitLab