Skip to content

Commit e3928e3

Browse files
committed
add custom zmin and zmax to gl3d_autocolorscale
1 parent 8e28d9a commit e3928e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
-1015 Bytes
Loading

test/image/mocks/gl3d_autocolorscale.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
["zero two", "one one", "two one"],
2525
["zero two", "one two", "two two"]
2626
],
27-
"autocolorscale": true
27+
"autocolorscale": true,
28+
"zmin": 0,
29+
"zmax": "50"
2830
}
2931
],
3032
"layout": {

0 commit comments

Comments
 (0)