diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-05-07 10:41:27 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-05-07 10:41:27 +0200 |
commit | dc85b05f17bb6d04b4c6b4126590f28b6014b9a5 (patch) | |
tree | d3dcc9227bedca16473add67796e4cf7358ec165 /resources/tools/presentation/generator_plots.py | |
parent | 226758f550b645b7044aa5ecbcef14bb65e80ee5 (diff) |
Report: NFV Service Density - color bar tilte
Change-Id: I01014a5247994b5acb01c6d62d9178e4ddbcd025
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index d1cf7283f9..0fab894193 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1612,7 +1612,9 @@ def plot_service_density_heatmap_compare(plot, input_data): name="Diff", visible=False, colorbar=dict( - title="Relative difference [%]", + title="Relative Difference {name_c} vs. {name_r} [%]". + format(name_c=plot["compare"]["name"], + name_r=plot["reference"]["name"]), titleside="right", titlefont=dict( size=16 |