over heated ?

This commit is contained in:
phyto 2021-03-29 21:32:53 +02:00
parent 8f03f29d83
commit cc743d7848
1 changed files with 1 additions and 1 deletions

View File

@ -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__