diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-10-12 11:26:51 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-10-12 11:26:51 +0200 |
commit | 8a5fee0d46f405a5e7838a99f25862f49b0c8192 (patch) | |
tree | cba94634c71397603967eaca10f86386a2c36e53 /resources/tools/presentation/generator_plots.py | |
parent | e72b46958772cb172ad8e28ca94aa0da3d032b0e (diff) |
Report: Add data, fix small bugs
Change-Id: I39981b53640e45c95db20747b61d8af34eb4ce86
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 8 |
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 |