diff --git a/fhem/www/gplot/EnO_voltage4current4.gplot b/fhem/www/gplot/EnO_voltage4current4.gplot index 274d628c6..816c10aa3 100644 --- a/fhem/www/gplot/EnO_voltage4current4.gplot +++ b/fhem/www/gplot/EnO_voltage4current4.gplot @@ -17,21 +17,17 @@ set terminal png transparent truecolor rounded medium size enhanced set output '.png' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S" +set title '' set xlabel " " -#set ytics nomirror -set ytics -#set y2tics -set title '' -set grid xtics ytics - set ylabel "U/V" set y2label "I/uA" - +set ytics set yrange [0:7] +set grid xtics ytics #FileLog 4:voltage:0: #FileLog 4:current:0: plot \ - "< awk '/voltage:/ {print $1, $4}' " using 1:2 ls l0 axes x1y1 title 'Voltage' with lines,\ - "< awk '/current:/ {print $1, $4}' " using 1:2 ls l2 axes x1y2 title 'Current' with lines + "" using 1:2 ls l0 axes x1y1 title 'Voltage' with lines,\ + "" using 1:2 ls l1 axes x1y2 title 'Current' with lines