C-dash: Change jitter and size of datapoints in box graphs 88/43488/1
authorTibor Frank <[email protected]>
Mon, 28 Jul 2025 12:58:57 +0000 (12:58 +0000)
committerTibor Frank <[email protected]>
Mon, 28 Jul 2025 12:58:57 +0000 (12:58 +0000)
Change-Id: Ie74c56b584ab63a461aaeec6a3a56ab143262ea3
Signed-off-by: Tibor Frank <[email protected]>
csit.infra.dash/app/cdash/report/graphs.py

index bee9a5c..dac86d7 100644 (file)
@@ -190,8 +190,8 @@ def graph_iterative(data: pd.DataFrame, sel: list, layout: dict,
             ),
             hoverinfo=u"y+name",
             boxpoints="all",
-            jitter=0.3,
-            marker=dict(color=get_color(idx)),
+            marker=dict(color=get_color(idx), size=5),
+            jitter=0.65,
             customdata=customdata
         )
         tput_traces.append(go.Box(**tput_kwargs))