From 64a5e6853155ffdc43ac34b748adc46b69631b7f Mon Sep 17 00:00:00 2001 From: phyto Date: Sun, 27 Jan 2019 15:25:40 +0100 Subject: [PATCH] GOING PURE ASCII --- viz/gnuplot/plot-two.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__