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:53 +0000
commit0f3a69d3a6597499fe42cc7318ec26d0c1c31b0a (patch)
tree38d4093576da1a8f8cb17ebad3723f83b214e405 /resources/tools/presentation/generator_plots.py
parente8322e49dd7b24ce62e529f5474ec31e82ba9733 (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> (cherry picked from commit ae654a8ade2a310effa49723ed577f05812a97ec)
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 c1e5bed893..0491de9986 100644
--- a/resources/tools/presentation/generator_plots.py
+++ b/resources/tools/presentation/generator_plots.py
@@ -300,7 +300,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)