Skip to content

Commit 9eca1fd

Browse files
Update test for dramatic bug
1 parent 1734e30 commit 9eca1fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/image/mocks/contour_nonlinear_interpolation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "contour"
1515
},
1616
{
17-
"x": [1,2,4,8,16],
17+
"x": [1,10,100,1000,10000],
1818
"y": [1,2,3,4,5],
1919
"z": [
2020
[0 , 3.1250, 12.5000, 28.1250, 50.0000],
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"x": [1,2,3,4,5],
33-
"y": [1,2,4,8,16],
33+
"y": [1,10,100,1000,10000],
3434
"z": [
3535
[0 , 3.1250, 12.5000, 28.1250, 50.0000],
3636
[3.1250, 6.2500, 15.6250, 31.2500, 53.1250],
@@ -44,8 +44,8 @@
4444
"yaxis": "y2"
4545
},
4646
{
47-
"x": [1,2,4,8,16],
48-
"y": [1,2,4,8,16],
47+
"x": [1,10,100,1000,10000],
48+
"y": [1,10,100,1000,10000],
4949
"z": [
5050
[0 , 3.1250, 12.5000, 28.1250, 50.0000],
5151
[3.1250, 6.2500, 15.6250, 31.2500, 53.1250],

0 commit comments

Comments
 (0)