Skip to content

Commit d5cc3aa

Browse files
committed
Run tests with outputs for branch pd-line-styles-and-width 3
1 parent 563b0c4 commit d5cc3aa

12 files changed

+25
-80
lines changed

tests/testthat/test-ggplot-abline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"mode": "lines",
4848
"line": {
4949
"color": "rgb(255,0,0)",
50-
"width": 4,
50+
"width": 8,
5151
"dash": "solid",
5252
"shape": "linear"
5353
},

tests/testthat/test-ggplot-bar-dodge.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": [
33
{
44
"x": [
5-
null,
5+
"Canada",
66
"Germany"
77
],
88
"y": [
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"x": [
22-
null,
22+
"Canada",
2323
"USA"
2424
],
2525
"y": [

tests/testthat/test-ggplot-contour.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5589,7 +5589,7 @@
55895589
},
55905590
"line": {
55915591
"color": "rgb(0,0,0)",
5592-
"width": 2,
5592+
"width": 1,
55935593
"dash": "solid",
55945594
"shape": "linear"
55955595
},

tests/testthat/test-ggplot-density2d.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
},
609609
"line": {
610610
"color": "rgb(0,0,0)",
611-
"width": 2,
611+
"width": 1,
612612
"dash": "solid",
613613
"shape": "linear"
614614
},
Lines changed: 8 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,8 @@
1-
{
2-
"data": [
3-
{
4-
"x": [
5-
"2012-01-01 00:00:00",
6-
"2012-02-01 00:00:00",
7-
"2012-01-01 00:00:00",
8-
"2012-01-01 00:00:00",
9-
"2012-03-01 00:00:00",
10-
"2012-02-01 00:00:00"
11-
],
12-
"autobinx": true,
13-
"xaxis": "x1",
14-
"yaxis": "y1",
15-
"showlegend": false,
16-
"type": "histogram"
17-
}
18-
],
19-
"layout": {
20-
"titlefont": {
21-
"family": ""
22-
},
23-
"showlegend": true,
24-
"xaxis": {
25-
"title": "month",
26-
"type": "date",
27-
"showgrid": true,
28-
"zeroline": false,
29-
"showline": false,
30-
"ticks": "outside",
31-
"showticklabels": true,
32-
"tickcolor": "rgb(127,127,127)",
33-
"gridcolor": "rgb(255,255,255)"
34-
},
35-
"yaxis": {
36-
"title": "count",
37-
"type": "linear",
38-
"showgrid": true,
39-
"zeroline": false,
40-
"showline": false,
41-
"ticks": "outside",
42-
"showticklabels": true,
43-
"tickcolor": "rgb(127,127,127)",
44-
"gridcolor": "rgb(255,255,255)"
45-
},
46-
"legend": {
47-
"x": 100,
48-
"y": 0.5,
49-
"font": {
50-
"family": ""
51-
},
52-
"bgcolor": "rgb(255,255,255)",
53-
"bordercolor": "transparent"
54-
},
55-
"margin": {
56-
"r": 10
57-
},
58-
"paper_bgcolor": "rgb(255,255,255)",
59-
"plot_bgcolor": "rgb(229,229,229)",
60-
"barmode": "stack",
61-
"bargap": 0
62-
}
63-
}
1+
<html>
2+
<head><title>504 Gateway Time-out</title></head>
3+
<body bgcolor="white">
4+
<center><h1>504 Gateway Time-out</h1></center>
5+
<hr><center>nginx/1.4.6 (Ubuntu)</center>
6+
</body>
7+
</html>
8+

tests/testthat/test-ggplot-hline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"mode": "lines",
4848
"line": {
4949
"color": "rgb(0,255,0)",
50-
"width": 3,
50+
"width": 6,
5151
"dash": "solid",
5252
"shape": "linear"
5353
},

tests/testthat/test-ggplot-polygons-dashed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"line": {
2121
"color": "rgb(0,0,255)",
2222
"width": 2,
23-
"dash": "dotted",
23+
"dash": "dot",
2424
"shape": "linear"
2525
},
2626
"fill": "tonextx",

tests/testthat/test-ggplot-polygons-halloween.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"name": "name1",
2020
"line": {
2121
"color": "rgb(0,0,0)",
22-
"width": 2,
22+
"width": 4,
2323
"dash": "solid",
2424
"shape": "linear"
2525
},
@@ -48,7 +48,7 @@
4848
"name": "name2",
4949
"line": {
5050
"color": "rgb(0,0,0)",
51-
"width": 3,
51+
"width": 6,
5252
"dash": "solid",
5353
"shape": "linear"
5454
},

tests/testthat/test-ggplot-step-gg.hv.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name": "1",
2424
"line": {
2525
"color": "rgb(248,118,109)",
26-
"width": 2,
26+
"width": 1,
2727
"dash": "solid",
2828
"shape": "hv"
2929
},
@@ -54,7 +54,7 @@
5454
"name": "2",
5555
"line": {
5656
"color": "rgb(0,191,196)",
57-
"width": 2,
57+
"width": 1,
5858
"dash": "solid",
5959
"shape": "hv"
6060
},

tests/testthat/test-ggplot-step-gg.hvh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name": "1",
2424
"line": {
2525
"color": "rgb(248,118,109)",
26-
"width": 2,
26+
"width": 1,
2727
"dash": "solid",
2828
"shape": "hvh"
2929
},
@@ -54,7 +54,7 @@
5454
"name": "2",
5555
"line": {
5656
"color": "rgb(0,191,196)",
57-
"width": 2,
57+
"width": 1,
5858
"dash": "solid",
5959
"shape": "hvh"
6060
},

tests/testthat/test-ggplot-step-gg.vh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name": "1",
2424
"line": {
2525
"color": "rgb(248,118,109)",
26-
"width": 2,
26+
"width": 1,
2727
"dash": "solid",
2828
"shape": "vh"
2929
},
@@ -54,7 +54,7 @@
5454
"name": "2",
5555
"line": {
5656
"color": "rgb(0,191,196)",
57-
"width": 2,
57+
"width": 1,
5858
"dash": "solid",
5959
"shape": "vh"
6060
},

tests/testthat/test-ggplot-step-gg.vhv.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name": "1",
2424
"line": {
2525
"color": "rgb(248,118,109)",
26-
"width": 2,
26+
"width": 1,
2727
"dash": "solid",
2828
"shape": "vhv"
2929
},
@@ -54,7 +54,7 @@
5454
"name": "2",
5555
"line": {
5656
"color": "rgb(0,191,196)",
57-
"width": 2,
57+
"width": 1,
5858
"dash": "solid",
5959
"shape": "vhv"
6060
},

0 commit comments

Comments
 (0)