diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 4 | ||||
-rw-r--r-- | resources/tools/presentation/specification.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
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 += "<br> " + name += "<br>" 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 += "<br> " + name += "<br>" 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: |