diff --git a/html/js/plot_map.js b/html/js/plot_map.js index a2e0517..2135ad2 100644 --- a/html/js/plot_map.js +++ b/html/js/plot_map.js @@ -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),