From: Tibor Frank Date: Fri, 16 Nov 2018 07:32:56 +0000 (+0100) Subject: Report: Fix legend in the graphs X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=c33172ceb416c8bf05f34dab93ba8fd9190fc2af Report: Fix legend in the graphs Change-Id: I597bd4483686fb0807526e8734bebdf64aadf7d9 Signed-off-by: Tibor Frank --- diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 2ba2dc03e5..004e65e63b 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -305,7 +305,7 @@ def plot_latency_error_bars(plot, input_data): split_name = True for segment in name_lst: if (len(name) + len(segment) + 1) > 50 and split_name: - name += "
" + name += "
" split_name = False name += segment + '-' name = name[:-1] @@ -494,7 +494,7 @@ def plot_throughput_speedup_analysis(plot, input_data): split_name = True for segment in name_lst: if (len(name) + len(segment) + 1) > 50 and split_name: - name += "
" + name += "
" split_name = False name += segment + '-' name = name[:-1] diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 024ed55918..a02ce84e0e 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -669,7 +669,7 @@ font: size: 16 width: 700 - # height: 850 + height: 900 plot-throughput-speedup-analysis: titlefont: