diff options
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 |