Skip to content

Commit c1d6e76

Browse files
committedJan 15, 2019
🔪 "joyplot" from mock titles
1 parent 18ba8de commit c1d6e76

8 files changed

+4
-4
lines changed
 
-68 Bytes
Loading
Loading
Loading
Loading

‎test/image/mocks/violin_box_multiple_widths.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"y0": 0.2
3737
}],
3838
"layout": {
39-
"title": "Joyplot - Violin with multiple widths",
39+
"title": "Violins/boxes - with multiple widths",
4040
"legend": {"x": 0},
4141
"xaxis": {"zeroline": false},
4242
"yaxis": {"dtick": 0.1, "gridcolor": "black"}

‎test/image/mocks/violin_negative_sides_w_points.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"y0": 0.0
1616
}],
1717
"layout": {
18-
"title": "Joyplot - negative sided with positive points",
18+
"title": "Violins - negative sided with positive points",
1919
"legend": {"x": 0},
2020
"xaxis": {"zeroline": false},
2121
"yaxis": {"dtick": 0.1, "gridcolor": "black"}

‎test/image/mocks/violin_positive_and_negative.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"y0": 0.0
2828
}],
2929
"layout": {
30-
"title": "Joyplot - positive and negative",
30+
"title": "Violins - positive and negative",
3131
"showlegend": false,
3232
"xaxis": {"zeroline": false},
3333
"yaxis": {"dtick": 0.1, "gridcolor": "black"}

‎test/image/mocks/violin_positive_sides_w_points.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"y0": 0.0
2828
}],
2929
"layout": {
30-
"title": "Joyplot - only positive sided",
30+
"title": "Violins - only positive sided",
3131
"legend": {"x": 0},
3232
"xaxis": {"zeroline": false},
3333
"yaxis": {"dtick": 0.1, "gridcolor": "black"}

0 commit comments

Comments
 (0)
Please sign in to comment.