aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-11-16 08:32:56 +0100
committerTibor Frank <tifrank@cisco.com>2018-11-16 07:34:37 +0000
commit89399dc3a30d9cf27f5d6c04ac74ce8d21e18dce (patch)
tree2ee9d517f464c6a11a11b43357f6514ed0b57048
parentfced5e71707bee86ea723a4a15488c0e1b30dd96 (diff)
Report: Fix legend in the graphs
Change-Id: I597bd4483686fb0807526e8734bebdf64aadf7d9 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c33172ceb416c8bf05f34dab93ba8fd9190fc2af)
-rw-r--r--resources/tools/presentation/generator_plots.py4
-rw-r--r--resources/tools/presentation/specification.yaml2
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: