From: Dobrica Pavlinusic Date: Tue, 8 Aug 2017 12:18:10 +0000 (+0200) Subject: remove outlier values for temperature X-Git-Url: http://git.rot13.org/?p=vaillant-thermostat;a=commitdiff_plain;h=0d89e16f640743d0e97e30689f8af0fa06c94303 remove outlier values for temperature --- diff --git a/temp2.gnuplot b/temp2.gnuplot index 764ad17..1e666b6 100644 --- a/temp2.gnuplot +++ b/temp2.gnuplot @@ -31,8 +31,8 @@ h_spread = 30 print "using default mean and spread" } -min_t = t_mean - t_spread -max_t = t_mean + t_spread +min_t = t_mean - ( t_spread / 2 ) +max_t = t_mean + ( t_spread / 2 ) set ytics nomirror set y2tics