From cc743d784831c06421859ec49ea5d926454f5764 Mon Sep 17 00:00:00 2001 From: phyto Date: Mon, 29 Mar 2021 21:32:53 +0200 Subject: [PATCH] over heated ? --- plot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot.sh b/plot.sh index c419d10..ebdea00 100755 --- a/plot.sh +++ b/plot.sh @@ -27,7 +27,7 @@ set title "* Temperatures du Phytotron *" set xdata time set timefmt "%s" set format x "%b %d\n%H:%M" -set yrange [ 0.0 : 30.0 ] +set yrange [ 10.0 : 40.0 ] plot "${TMPFILE}" using 1:3 title " inside" with lines, \ "${TMPFILE}" using 1:4 title "ambient" with lines __EOC__