Report: Fix legend in the graphs 86/15986/1
authorTibor Frank <tifrank@cisco.com>
Fri, 16 Nov 2018 07:32:56 +0000 (08:32 +0100)
committerTibor Frank <tifrank@cisco.com>
Fri, 16 Nov 2018 07:32:56 +0000 (08:32 +0100)
Change-Id: I597bd4483686fb0807526e8734bebdf64aadf7d9
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_plots.py
resources/tools/presentation/specification.yaml

index 2ba2dc0..004e65e 100644 (file)
@@ -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]
index 024ed55..a02ce84 100644 (file)
         font:
           size: 16
       width: 700
-      # height: 850
+      height: 900
 
     plot-throughput-speedup-analysis:
       titlefont: