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

Update title

parent 1e2ad3a9
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,8 @@ def main():
ax.plot(times, rttc, marker="X", markersize=6, linestyle='None')
clb = clbmap.base(du)
ax.set_title("RTTC for CLB %s in Det ID %d" % (clb.upi, det_id))
ax.set_title("RTTC for base CLB %s of DU-%d in Det ID %d" %
(clb.upi, du, det_id))
ax.set_xlabel('time [UTC]')
ax.set_ylabel('RTTC [ps]')
ax.xaxis.set_major_formatter(xfmt)
......
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