GOING PURE ASCII

このコミットが含まれているのは:
phyto 2019-01-27 15:25:40 +01:00
コミット 64a5e68531

ファイルの表示

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