Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31f86eb

Browse files
committed
improve tests
1 parent 4a535fc commit 31f86eb

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

test/image/baselines/h-colorbar03.png

528 Bytes
Loading

test/image/baselines/h-colorbar04.png

4.84 KB
Loading

test/image/mocks/h-colorbar03.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,22 @@
4242
"font": {
4343
"size": 24
4444
}
45+
},
46+
"xaxis": {
47+
"gridwidth": 3,
48+
"gridcolor": "gray",
49+
"tickvals": [0.25, 0.75],
50+
"minor": {
51+
"griddash": "dash"
52+
}
53+
},
54+
"yaxis": {
55+
"gridwidth": 3,
56+
"gridcolor": "green",
57+
"minor": {
58+
"tickvals": [0.25, 0.75],
59+
"griddash": "dash"
60+
}
4561
}
4662
}
4763
}

test/image/mocks/h-colorbar04.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,20 @@
4343
"font": {
4444
"size": 24
4545
}
46+
},
47+
"xaxis": {
48+
"gridwidth": 2,
49+
"gridcolor": "gray",
50+
"minor": {
51+
"showgrid": true
52+
}
53+
},
54+
"yaxis": {
55+
"gridwidth": 2,
56+
"gridcolor": "gray",
57+
"minor": {
58+
"showgrid": true
59+
}
4660
}
4761
}
4862
}

0 commit comments

Comments
 (0)