From 1a118a60374099538f65f24b347907b1ac12ea25 Mon Sep 17 00:00:00 2001 From: Balint Kovacs Date: Sun, 28 Nov 2021 18:44:47 +0000 Subject: [PATCH] Recorded: Slightly improve plot altitude if data has NaNs --- apps/recorder/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/recorder/app.js b/apps/recorder/app.js index 3548cdb29..fcd8d6031 100644 --- a/apps/recorder/app.js +++ b/apps/recorder/app.js @@ -401,6 +401,8 @@ function plotGraph(info, style) { gridy : grid, gridx : infn.length / 3, title: title, + miny: min, + maxy: max, xlabel : x=>Math.round(x*dur/(60*infn.length))+" min" // minutes }); g.setFont("6x8",2);