From 743e8dee5fb3b9fadebc6733d2ab0affc9f8e2ac Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 27 Sep 2019 10:29:13 +0200 Subject: Report: Add data Signed-off-by: Tibor Frank Change-Id: I5160f54b01e6ee002cbc49c59dd8232d338cf5c4 --- resources/tools/presentation/generator_plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/presentation/generator_plots.py') diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 25a3736a26..f67945567a 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -117,7 +117,7 @@ def plot_service_density_reconf_box_name(plot, input_data): replace('2n1l-', '')) tst_name = "-".join(tst_name.split("-")[3:-2]) name = "{nr}. ({samples:02d} run{plural}, packets lost average: " \ - "{loss:.1f}, {name}".format( + "{loss:.1f}) {name}".format( nr=(i + 1), samples=nr_of_samples[i], plural='s' if nr_of_samples[i] > 1 else '', -- cgit 1.2.3-korg