Fix: Speedup Multi-Core throughput graphs 99/15699/1
authorTibor Frank <tifrank@cisco.com>
Mon, 5 Nov 2018 12:14:00 +0000 (13:14 +0100)
committerTibor Frank <tifrank@cisco.com>
Mon, 5 Nov 2018 12:17:06 +0000 (12:17 +0000)
 - remove markers from "perfect" line

Change-Id: Iaeb93d6b728439262f1a1c7bcbace84d2e542bec
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit f5feb996b72ae37fb5f84e0138b03b645fded899)
(cherry picked from commit 32821462e41d366f1267cda536aab5212ed1b8cc)

resources/tools/presentation/generator_plots.py

index 890de20..a488bdf 100644 (file)
@@ -630,15 +630,11 @@ def plot_throughput_speedup_analysis(plot, input_data):
                                    name="{0} perfect".format(name),
                                    legendgroup=name,
                                    showlegend=False,
-                                   mode="lines+markers",
+                                   mode="lines",
                                    line=dict(
                                        color=COLORS[cidx],
                                        width=2,
                                        dash="dash"),
-                                   marker=dict(
-                                       symbol="circle",
-                                       size=10
-                                   ),
                                    text=["perfect: {0:.2f}Mpps".format(y)
                                          for y in val["ideal"]],
                                    hoverinfo="text"