Trending: Fixes after review
[csit.git] / resources / tools / presentation / generator_plots.py
index 3b9bf1c..f875d09 100644 (file)
@@ -36,18 +36,18 @@ COLORS = (
     u"#1A1110",
     u"#DA2647",
     u"#214FC6",
-    u"#45A27D",
-    u"#391285",
-    u"#C95A49",
+    u"#01786F",
+    u"#BD8260",
     u"#FFD12A",
+    u"#A6E7FF",
     u"#738276",
-    u"#BD8260",
+    u"#C95A49",
     u"#FC5A8D",
     u"#CEC8EF",
-    u"#A6E7FF",
+    u"#391285",
     u"#6F2DA8",
     u"#FF878D",
-    u"#01786F",
+    u"#45A27D",
     u"#FFD0B9",
     u"#FD5240",
     u"#DB91EF",
@@ -319,7 +319,7 @@ def plot_nf_reconf_box_name(plot, input_data):
         # Create plot
         layout = deepcopy(plot[u"layout"])
         layout[u"title"] = f"<b>Time Lost:</b> {layout[u'title']}"
-        layout[u"yaxis"][u"title"] = u"<b>Implied Time Lost [s]</b>"
+        layout[u"yaxis"][u"title"] = u"<b>Effective Blocked Time [s]</b>"
         layout[u"legend"][u"font"][u"size"] = 14
         layout[u"yaxis"].pop(u"range")
         plpl = plgo.Figure(data=traces, layout=layout)