]> git.ipfire.org Git - oddments/collecty.git/blobdiff - src/collecty/plugins/interrupts.py
graphs: Justify all legends
[oddments/collecty.git] / src / collecty / plugins / interrupts.py
index 80eb0212191f5caf504becbdfd44cb31a8e23401..754a38e33e9ed7c7577049eec70b38d0c16fcb22 100644 (file)
@@ -37,9 +37,9 @@ class GraphTemplateInterrupts(base.GraphTemplate):
                        "AREA:intr%s:%-15s" % (
                                lighten(PRIMARY, AREA_OPACITY), _("Interrupts"),
                        ),
-                       "GPRINT:intr_max:%12s\:" % _("Maximum") + " %6.2lf" ,
-                       "GPRINT:intr_min:%12s\:" % _("Minimum") + " %6.2lf" ,
-                       "GPRINT:intr_avg:%12s\:" % _("Average") + " %6.2lf\\n",
+                       "GPRINT:intr_max:%12s\:" % _("Maximum") + " %6.2lf",
+                       "GPRINT:intr_min:%12s\:" % _("Minimum") + " %6.2lf",
+                       "GPRINT:intr_avg:%12s\:" % _("Average") + " %6.2lf",
                        "LINE1:intr%s" % PRIMARY,
                ]