Skip to content

Commit 736242c

Browse files
committed
Revert "Update some contour mocks"
This reverts commit ae34826.
1 parent 27d84f1 commit 736242c

7 files changed

+4
-22
lines changed

test/image/mocks/airfoil.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"zmax":1,
212212
"name":"Pressure",
213213
"colorscale":"Viridis",
214-
"zmin":-1,
214+
"zmin":-8,
215215
"colorbar":{
216216
"y":0,
217217
"yanchor":"bottom",

test/image/mocks/contour_edge_cases.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
[0, 0, 0, -9, 0, 0],
3939
[0, 0, 0, 0, 0, 0]],
4040
"type": "contour",
41-
"zmin": -0.000001,
42-
"zmax": 0.000001,
4341
"contours": {
4442
"start": -0.000001,
4543
"end": 0.000001,
@@ -57,8 +55,6 @@
5755
[0, 0, 9, -9, 0, 0],
5856
[0, 0, 0, 0, 0, 0]],
5957
"type": "contour",
60-
"zmin": -0.000001,
61-
"zmax": 0.000001,
6258
"contours": {
6359
"start": -0.000001,
6460
"end": 0.000001,
@@ -95,8 +91,6 @@
9591
[0, 0, 0, 9, 0, 0],
9692
[0, 0, 0, 0, 0, 0]],
9793
"type": "contour",
98-
"zmin": -0.000001,
99-
"zmax": 0.000001,
10094
"contours": {
10195
"start": -0.0000005,
10296
"end": 0.000001,
@@ -113,8 +107,6 @@
113107
[0, 0, 0, 0, -9, 0],
114108
[0, 0, 0, 0, 0, 0]],
115109
"type": "contour",
116-
"zmin": -0.000001,
117-
"zmax": 0.000001,
118110
"contours": {
119111
"start": -0.0000005,
120112
"end": 0.000001,
@@ -130,8 +122,6 @@
130122
[0, 0, 0, 9, 0, 0],
131123
[0, 0, 0, 0, 0, 0]],
132124
"type": "contour",
133-
"zmin": -0.000001,
134-
"zmax": 0.000001,
135125
"contours": {
136126
"start": -0.0000005,
137127
"end": 0.000001,

test/image/mocks/contour_log.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
[6, 5, 4, 8, 2, 1],
1212
[5, 4, 3, 2, 1, 0]
1313
],
14-
"zmin": 4,
15-
"zmax": 6.5,
1614
"contours": {"start": 4, "end": 6.5, "size": 1},
1715
"type": "contour"
1816
},

test/image/mocks/contour_valid_ses.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"end": 10,
4646
"size": 1
4747
},
48-
"zmin": 2,
49-
"zmax": 10
48+
"zmin": 0,
49+
"zmax": 20
5050
}
5151
],
5252
"layout": {

test/image/mocks/h-colorbar_airfoil.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"zmax":1,
217217
"name":"Pressure",
218218
"colorscale":"Viridis",
219-
"zmin":-1,
219+
"zmin":-8,
220220
"colorbar":{
221221
"orientation": "h",
222222
"x":0.75,

test/image/mocks/histogram2dcontour_bingroup-coloraxis.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,6 @@
655655
}
656656
],
657657
"coloraxis": {
658-
"cmin": 0,
659-
"cmax": 8.5,
660658
"colorscale": [
661659
[
662660
0,

test/image/mocks/shared_coloraxes_contour.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@
112112
}
113113
},
114114
"coloraxis2": {
115-
"cmin": -5.5,
116-
"cmax": 4.5,
117115
"colorbar": {
118116
"dtick": 1,
119117
"len": 0.5,
@@ -122,8 +120,6 @@
122120
}
123121
},
124122
"coloraxis3": {
125-
"cmin": -5.5,
126-
"cmax": 4.5,
127123
"colorbar": {
128124
"len": 0.5,
129125
"x": -0.05, "xanchor": "right",

0 commit comments

Comments
 (0)