From bf44ceaeac912195b683492d5d0843b9d74de16d Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Fri, 9 Aug 2024 09:26:37 +0000 Subject: [PATCH] Apply suggestions from code review --- benchmark/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/report.py b/benchmark/report.py index 408e91cf..4035ceca 100644 --- a/benchmark/report.py +++ b/benchmark/report.py @@ -15,7 +15,7 @@ from utils import _get_system_info import primaite PLOT_CONFIG = { - "size": {"auto_size": False, "width": 800, "height": 800}, + "size": {"auto_size": False, "width": 800, "height": 640}, "template": "plotly_white", "range_slider": False, }