fixed greyscale (#593)

This commit is contained in:
MargaretAN9
2019-01-03 00:39:31 -05:00
committed by Jeffrey Warren
parent 39c70d1304
commit e353465dce
3 changed files with 3 additions and 3 deletions

View File

@@ -59108,7 +59108,7 @@ function colormap(segments) {
var colormaps = {
greyscale: colormap([
[0, [0, 0, 0], [220, 20, 60] ],
[0, [0, 0, 0], [255, 255, 255] ],
[1, [255, 255, 255], [255, 255, 255] ]
]),