Skip to content

Commit ef72982

Browse files
added 3 new mocks
1 parent 6115138 commit ef72982

File tree

6 files changed

+93
-0
lines changed

6 files changed

+93
-0
lines changed
26.6 KB
Loading
28.4 KB
Loading
29.3 KB
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"data": [{
3+
"type": "violin",
4+
"points": "all",
5+
"pointpos": 1.5,
6+
"marker": {"size": 12},
7+
"jitter": 0,
8+
"x": [0, 5, 7, 8],
9+
"side": "negative",
10+
"line": {
11+
"color": "black"
12+
},
13+
"fillcolor": "#d3c78d",
14+
"opacity": 0.6,
15+
"y0": 0.0
16+
}],
17+
"layout": {
18+
"title": "Joyplot - negative sided with positive points",
19+
"legend": {"x": 0},
20+
"xaxis": {"zeroline": false},
21+
"yaxis": {"dtick": 0.1, "gridcolor": "black"}
22+
}
23+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"data": [{
3+
"type": "violin",
4+
"points": "all",
5+
"pointpos": -0.3,
6+
"jitter": 0,
7+
"x": [0, 5, 7, 8],
8+
"side": "positive",
9+
"line": {
10+
"color": "black"
11+
},
12+
"fillcolor": "#d3c78d",
13+
"opacity": 0.6,
14+
"y0": 0.0
15+
},{
16+
"type": "violin",
17+
"points": "all",
18+
"pointpos": 0,
19+
"jitter": 0,
20+
"x": [20, 25, 27, 28],
21+
"side": "negative",
22+
"line": {
23+
"color": "black"
24+
},
25+
"fillcolor": "#d3c78d",
26+
"opacity": 0.6,
27+
"y0": 0.0
28+
}],
29+
"layout": {
30+
"title": "Joyplot - positive and negative",
31+
"showlegend": false,
32+
"xaxis": {"zeroline": false},
33+
"yaxis": {"dtick": 0.1, "gridcolor": "black"}
34+
}
35+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"data": [{
3+
"type": "violin",
4+
"points": "all",
5+
"pointpos": -0.4,
6+
"jitter": 0,
7+
"x": [0, 5, 7, 8],
8+
"side": "positive",
9+
"line": {
10+
"color": "black"
11+
},
12+
"fillcolor": "#8dd3c7",
13+
"opacity": 0.6,
14+
"y0": 0.0
15+
}, {
16+
"type": "violin",
17+
"points": "all",
18+
"pointpos": -0.1,
19+
"jitter": 0,
20+
"x": [20, 25, 27, 28],
21+
"side": "positive",
22+
"line": {
23+
"color": "black"
24+
},
25+
"fillcolor": "#d3c78d",
26+
"opacity": 0.6,
27+
"y0": 0.0
28+
}],
29+
"layout": {
30+
"title": "Joyplot - only positive sided",
31+
"legend": {"x": 0},
32+
"xaxis": {"zeroline": false},
33+
"yaxis": {"dtick": 0.1, "gridcolor": "black"}
34+
}
35+
}

0 commit comments

Comments
 (0)