diff --git a/scripts/online_reco.py b/scripts/online_reco.py index 48352cb2775b3dad8ade8a07c4e7c868cc6daac1..cf8144aabcfdbedc204568a5deea48f85f7c8214 100644 --- a/scripts/online_reco.py +++ b/scripts/online_reco.py @@ -79,8 +79,9 @@ class ZenithDistribution(kp.Module): histtype="step", normed=True, lw=3) - ax.set_title("Zenith distribution of online track reconstructions\n%s" - % datetime.utcnow().strftime("%c")) + ax.set_title( + "Zenith distribution of online track reconstructions\n%s UTC" % + datetime.utcnow().strftime("%c")) ax.set_xlabel(r"cos(zenith)", fontsize=fontsize) ax.set_ylabel("normed count", fontsize=fontsize) ax.tick_params(labelsize=fontsize)