From 0d89e16f640743d0e97e30689f8af0fa06c94303 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 8 Aug 2017 14:18:10 +0200 Subject: [PATCH] remove outlier values for temperature --- temp2.gnuplot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1