winter is coming
This commit is contained in:
parent
43a71bf468
commit
8f03f29d83
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@ a.out
|
|||||||
*.o
|
*.o
|
||||||
fake-values
|
fake-values
|
||||||
essai
|
essai
|
||||||
|
log
|
||||||
log.error
|
log.error
|
||||||
foo.dat
|
foo.dat
|
||||||
serial/t
|
serial/t
|
||||||
|
2
plot.sh
2
plot.sh
@ -27,7 +27,7 @@ set title "* Temperatures du Phytotron *"
|
|||||||
set xdata time
|
set xdata time
|
||||||
set timefmt "%s"
|
set timefmt "%s"
|
||||||
set format x "%b %d\n%H:%M"
|
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, \
|
plot "${TMPFILE}" using 1:3 title " inside" with lines, \
|
||||||
"${TMPFILE}" using 1:4 title "ambient" with lines
|
"${TMPFILE}" using 1:4 title "ambient" with lines
|
||||||
__EOC__
|
__EOC__
|
||||||
|
Loading…
Reference in New Issue
Block a user