Skip to content

Commit ae7bcab

Browse files
committed
box plot jitter edge cases test image
1 parent c8c5a03 commit ae7bcab

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"data": [
3+
{
4+
"y": [0,0,2.4,0,0,2,0,0,0,0,0,0,62,0,0,0,13,0,0,0,0,38,0,0,0,0,0,0,0,0],
5+
"type": "box",
6+
"boxpoints": "all",
7+
"jitter": 0,
8+
"name": "No whiskers, no jitter"
9+
},
10+
{
11+
"y": [0,0,2.4,0,0,2,0,0,0,0,0,0,62,0,0,0,13,0,0,0,0,38,0,0,0,0,0,0,0,0],
12+
"type": "box",
13+
"boxpoints": "all",
14+
"jitter": 0.5,
15+
"name": "No whiskers, jitter 0.5"
16+
},
17+
{
18+
"y": [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
19+
"type": "box",
20+
"boxpoints": "all",
21+
"jitter": 0,
22+
"name": "No range, no jitter"
23+
},
24+
{
25+
"y": [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
26+
"type": "box",
27+
"boxpoints": "all",
28+
"jitter": 0.5,
29+
"name": "No range, jitter 0.5"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)