diff --git a/viz/gnuplot/plot-two.sh b/viz/gnuplot/plot-two.sh index 207b559..fad3882 100755 --- a/viz/gnuplot/plot-two.sh +++ b/viz/gnuplot/plot-two.sh @@ -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__