Skip to content
Snippets Groups Projects
Commit 5cb0b798 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 12101eb6
Branches
Tags
No related merge requests found
Pipeline #597 canceled
...@@ -105,7 +105,7 @@ class PMTRates(kp.Module): ...@@ -105,7 +105,7 @@ class PMTRates(kp.Module):
m = self.hrv_matrix m = self.hrv_matrix
fig, ax = plt.subplots(figsize=(10, 8)) fig, ax = plt.subplots(figsize=(10, 8))
ax.imshow(m, origin='lower', interpolation='none') ax.imshow(m, origin='lower', interpolation='none')
ax.set_title("HRV Rations (Monitoring Channel) for DU-{}\n" ax.set_title("HRV Ratios (Monitoring Channel) for DU-{}\n"
"PMTs ordered from top to bottom - {}" "PMTs ordered from top to bottom - {}"
.format(self.du, datetime.utcnow())) .format(self.du, datetime.utcnow()))
ax.set_xlabel("UTC time [{}s/px]".format(interval)) ax.set_xlabel("UTC time [{}s/px]".format(interval))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment