1
0
Fork 0

winter is coming

Esse commit está contido em:
phyto 2020-02-19 10:34:13 +01:00
commit 8f03f29d83
2 arquivos alterados com 2 adições e 1 exclusões

1
.gitignore externo
Ver arquivo

@ -2,6 +2,7 @@ a.out
*.o
fake-values
essai
log
log.error
foo.dat
serial/t

Ver arquivo

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