GOING PURE ASCII

This commit is contained in:
phyto 2019-01-27 15:25:40 +01:00
parent a646a73c5a
commit 64a5e68531
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ set output "${IMAGE}"
set grid
set title "Hourly average on the last ${NBLINES} samples"
set xlabel "Heures"
set ylabel "Température"
set ylabel "Temperature"
set yrange [ 5.0 : 30.0]
plot "${TMPFILE}" with lines
__EOC__