les affaires repartent

This commit is contained in:
phyto
2019-03-27 21:52:16 +01:00
parent 3e1ad5b3c9
commit 17ec8dd47d
2 changed files with 9 additions and 7 deletions

View File

@@ -5,12 +5,12 @@ DATAFILE="foo.dat"
TMPFILE="/tmp/dd2data"
IMAGE="graphe.png"
NB_READ=2500
NB_READ=100
./t -vv -n ${NB_READ} -d ${DEVICE} | tee -a ${DATAFILE}
./t -n ${NB_READ} -d ${DEVICE} | tee -a ${DATAFILE}
gnuplot << __EOC__
set term png size 1280,640
set term png size 1600,640
set output "${IMAGE}"
set grid
set title "Temperature dans le Double Dragon 2"
@@ -24,6 +24,6 @@ plot "${DATAFILE}" using 1:2 title " foo" with lines, \
"${DATAFILE}" using 1:5 title "booz" with lines
__EOC__
# display ${IMAGE}
# display ${IMAGE}