diff options
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 2 | ||||
-rw-r--r-- | resources/tools/presentation/specification.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 97f813d848..7c8a9f8628 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -170,7 +170,7 @@ def plot_performance_box(plot, input_data): logging.error(repr(err)) continue if val_max: - y_max.append(int(val_max / 1000000) + 1) + y_max.append(int(val_max / 1000000) + 2) try: # Create plot diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 33fc411654..1a9cbaef20 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -4578,9 +4578,9 @@ - "DRV_AVF" - "DRV_AVF" - "DRV_AVF" - - "L2PATCH" - "L2BDMACLRN" - "L2XCBASE" + - "L2PATCH" traces: hoverinfo: "x+y" boxpoints: "all" |