aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_plots.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-10-12 11:26:51 +0200
committerTibor Frank <tifrank@cisco.com>2020-10-12 09:28:41 +0000
commitb7f1586493fa83fe91befc60817521bc4f505255 (patch)
treef0ffe0ac9ef34eac08ae05c8fa44ca8c127eddd8 /resources/tools/presentation/generator_plots.py
parent18c2b07056ff49d88bbad4e58bd5de811510e2d6 (diff)
Report: Add data, fix small bugs
Change-Id: I39981b53640e45c95db20747b61d8af34eb4ce86 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 8a5fee0d46f405a5e7838a99f25862f49b0c8192)
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r--resources/tools/presentation/generator_plots.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py
index 1e21ee1562..b828b3c71d 100644
--- a/resources/tools/presentation/generator_plots.py
+++ b/resources/tools/presentation/generator_plots.py
@@ -721,7 +721,7 @@ def plot_tsa_name(plot, input_data):
mode=u"lines",
line=dict(
dash=u"dot",
- color=COLORS[-2],
+ color=COLORS[-1],
width=1),
hoverinfo=u"none"
))
@@ -735,7 +735,7 @@ def plot_tsa_name(plot, input_data):
text=f"Link: {lnk_limit:.2f}Mpps",
font=dict(
size=14,
- color=COLORS[-2],
+ color=COLORS[-1],
),
align=u"left",
showarrow=False
@@ -753,7 +753,7 @@ def plot_tsa_name(plot, input_data):
mode=u"lines",
line=dict(
dash=u"dot",
- color=COLORS[-3],
+ color=COLORS[-1],
width=1),
hoverinfo=u"none"
))
@@ -767,7 +767,7 @@ def plot_tsa_name(plot, input_data):
text=f"PCIe: {pci_limit:.2f}Mpps",
font=dict(
size=14,
- color=COLORS[-3],
+ color=COLORS[-1],
),
align=u"left",
showarrow=False