mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Change to viridis colormap
This commit is contained in:
parent
807179a29e
commit
f83d4436ee
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ var intervalId = window.setInterval(function () {
|
||||||
z: data.data,
|
z: data.data,
|
||||||
x: data.delay,
|
x: data.delay,
|
||||||
y: data.doppler,
|
y: data.doppler,
|
||||||
colorscale: 'Jet',
|
colorscale: 'Viridis',
|
||||||
zauto: false,
|
zauto: false,
|
||||||
zmin: 0,
|
zmin: 0,
|
||||||
zmax: Math.max(13, data.maxPower),
|
zmax: Math.max(13, data.maxPower),
|
||||||
|
|
Loading…
Reference in a new issue