aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_plots.py
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-06-15 17:54:55 +0200
committerTibor Frank <tifrank@cisco.com>2020-06-18 07:59:14 +0000
commitae654a8ade2a310effa49723ed577f05812a97ec (patch)
treecfeaad9f9c096c87ca8b2ad592a77fd293b4411d /resources/tools/presentation/generator_plots.py
parent75f8f739279790828ead808be3ecaa5c77b3073c (diff)
PAL: Use the reconf term from methodology
+ Instead of the term from test implementation. + The parser still looks for the old term. Change-Id: Ic07ac336085f2bb07f9d906e83b82cb84ebddb24 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r--resources/tools/presentation/generator_plots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py
index 75109c8b4a..f875d09b94 100644
--- a/resources/tools/presentation/generator_plots.py
+++ b/resources/tools/presentation/generator_plots.py
@@ -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)