diff --git a/fhem/www/gplot/EnO_temp4.gplot b/fhem/www/gplot/EnO_temp4.gplot index f514da8e3..88d6596de 100644 --- a/fhem/www/gplot/EnO_temp4.gplot +++ b/fhem/www/gplot/EnO_temp4.gplot @@ -13,19 +13,16 @@ #set terminal png transparent small size crop set terminal png transparent size crop - set output '.png' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S" set xlabel " " set ytics -set title '' +set title '' set grid xtics ytics set ylabel "t/C" #FileLog 4:temperature:0: -plot \ - "< egrep 'temperature:' "\ - using 1:4 axes x1y1 title 'Temperature' with lines +plot "" using 1:2 axes x1y1 title 'Temperature' ls l0 lw 1 with lines