X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=0e0faff5bc37639676b342824794d8923a533289;hb=refs%2Fchanges%2F38%2F22338%2F6;hp=beb15950062e6d0417dbc97b953584747087134f;hpb=2eb470aa8b86bd11fb6365f0fd9a77ee026dc5aa;p=csit.git diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index beb1595006..0e0faff5bc 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -127,9 +127,7 @@ def plot_service_density_reconf_box_name(plot, input_data): traces.append(plgo.Box(x=[str(i + 1) + '.'] * len(df[col]), y=[y if y else None for y in df[col]], name=name, - hoverinfo="x+y", - boxpoints="outliers", - whiskerwidth=0)) + hoverinfo="y+name")) try: # Create plot layout = deepcopy(plot["layout"]) @@ -226,9 +224,7 @@ def plot_performance_box_name(plot, input_data): traces.append(plgo.Box(x=[str(i + 1) + '.'] * len(df[col]), y=[y / 1000000 if y else None for y in df[col]], name=name, - hoverinfo="x+y", - boxpoints="outliers", - whiskerwidth=0)) + hoverinfo="y+name")) try: val_max = max(df[col]) except ValueError as err: