From cfa08a68f8b3b9de65e357a65a9836a7df03dfde Mon Sep 17 00:00:00 2001 From: klaus-schauer <> Date: Mon, 19 Oct 2015 20:15:09 +0000 Subject: [PATCH] EnO_voltage4.gplot: changed git-svn-id: https://svn.fhem.de/fhem/trunk@9553 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/gplot/EnO_voltage4.gplot | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/fhem/www/gplot/EnO_voltage4.gplot b/fhem/www/gplot/EnO_voltage4.gplot index 3bec98047..7f10d5166 100644 --- a/fhem/www/gplot/EnO_voltage4.gplot +++ b/fhem/www/gplot/EnO_voltage4.gplot @@ -13,22 +13,17 @@ #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 "U/V" - set yrange [0:7] set y2range [0:7] #FileLog 4:voltage:0: -plot \ - "< egrep 'voltage:' "\ - using 1:4 axes x1y1 title 'Voltage' with lines +plot "" using 1:2 axes x1y1 title 'Voltage' with lines