X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=b828b3c71d515cd2e9eb8dc078026b798367036c;hb=8a5fee0d46f405a5e7838a99f25862f49b0c8192;hp=1e21ee156214a8fb28dde26c02d239d1a7c2f591;hpb=ee1c6ce7dd157e141b1911dd1332aac754b0ad8f;p=csit.git 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