From f83d4436ee172d039d7c2b57cadc387ce8f6e6b1 Mon Sep 17 00:00:00 2001 From: 30hours Date: Wed, 15 May 2024 14:54:44 +0000 Subject: [PATCH] Change to viridis colormap --- html/js/plot_map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),