diff --git a/fhem/www/gplot/EnO_temp4.gplot b/fhem/www/gplot/EnO_temp4.gplot index b4051b273..f514da8e3 100644 --- a/fhem/www/gplot/EnO_temp4.gplot +++ b/fhem/www/gplot/EnO_temp4.gplot @@ -18,14 +18,14 @@ set output '.png' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S" set xlabel " " -set y2tics +set ytics set title '' -set grid xtics y2tics +set grid xtics ytics -set y2label "t/C" +set ylabel "t/C" #FileLog 4:temperature:0: plot \ "< egrep 'temperature:' "\ - using 1:4 axes x1y2 title 'Temperature' with lines + using 1:4 axes x1y1 title 'Temperature' with lines