mirror of
https://github.com/30hours/blah2.git
synced 2024-11-18 12:33:58 +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,
|
||||
x: data.delay,
|
||||
y: data.doppler,
|
||||
colorscale: 'Jet',
|
||||
colorscale: 'Viridis',
|
||||
zauto: false,
|
||||
zmin: 0,
|
||||
zmax: Math.max(13, data.maxPower),
|
||||
|
|
Loading…
Reference in a new issue