forked from plotly/plotly.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
boxplots_outliercolordflt.json
59 lines (59 loc) · 1.14 KB
/
boxplots_outliercolordflt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"data": [
{
"y": [
0.75,
5.25,
5.5,
6,
6.2,
6.6,
6.8,
7,
7.2,
7.5,
7.5,
7.75,
8.15,
8.15,
8.65,
8.93,
9.2,
9.5,
10,
10.25,
11.5,
12,
16,
20.9,
22.3,
23.25
],
"type": "box",
"marker": {
"outliercolor": "green"
}
}
],
"layout": {
"xaxis": {
"type": "category",
"range": [
-0.5,
0.5
],
"autorange": true
},
"yaxis": {
"type": "linear",
"range": [
-0.5,
24.5
],
"autorange": true
},
"height": 450,
"width": 1000,
"autosize": true
}
}