From 8f03f29d83d4e1adf33535560e8663cc1078701d Mon Sep 17 00:00:00 2001 From: phyto Date: Wed, 19 Feb 2020 10:34:13 +0100 Subject: [PATCH] winter is coming --- .gitignore | 1 + plot.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eb0d995..1da11ec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ a.out *.o fake-values essai +log log.error foo.dat serial/t diff --git a/plot.sh b/plot.sh index 1770063..c419d10 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 : 40.0 ] +set yrange [ 0.0 : 30.0 ] plot "${TMPFILE}" using 1:3 title " inside" with lines, \ "${TMPFILE}" using 1:4 title "ambient" with lines __EOC__