remove outlier values for temperature
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 8 Aug 2017 12:18:10 +0000 (14:18 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 8 Aug 2017 12:18:10 +0000 (14:18 +0200)
temp2.gnuplot

index 764ad17..1e666b6 100644 (file)
@@ -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