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

Remove xlabel

parent e41be01b
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,6 @@ class TriggerRate(kp.Module):
ax.set_title("Trigger Rates for DetID-{0}\n{1} UTC".format(
self.det_id,
datetime.utcnow().strftime("%c")))
ax.set_xlabel("time")
ax.set_ylabel("trigger rate [Hz]")
ax.xaxis.set_major_formatter(self.styles["xfmt"])
ax.grid(True, which='minor')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment