Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f1d5cc9
)
C-dash: Change jitter and size of datapoints in box graphs
88/43488/1
author
Tibor Frank
<
[email protected]
>
Mon, 28 Jul 2025 12:58:57 +0000
(12:58 +0000)
committer
Tibor 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
patch
|
blob
|
history
diff --git
a/csit.infra.dash/app/cdash/report/graphs.py
b/csit.infra.dash/app/cdash/report/graphs.py
index
bee9a5c
..
dac86d7
100644
(file)
--- a/
csit.infra.dash/app/cdash/report/graphs.py
+++ b/
csit.infra.dash/app/cdash/report/graphs.py
@@
-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))