2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

EnO_voltage4current4.gplot: changed

git-svn-id: https://svn.fhem.de/fhem/trunk@9542 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2015-10-19 19:37:28 +00:00
parent d8ed35a4f5
commit cf263b3eed

View File

@ -17,21 +17,17 @@ set terminal png transparent truecolor rounded medium size <SIZE> enhanced
set output '<OUT>.png' set output '<OUT>.png'
set xdata time set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S" set timefmt "%Y-%m-%d_%H:%M:%S"
set title '<TL>'
set xlabel " " set xlabel " "
#set ytics nomirror
set ytics
#set y2tics
set title '<L1>'
set grid xtics ytics
set ylabel "U/V" set ylabel "U/V"
set y2label "I/uA" set y2label "I/uA"
set ytics
set yrange [0:7] set yrange [0:7]
set grid xtics ytics
#FileLog 4:voltage:0: #FileLog 4:voltage:0:
#FileLog 4:current:0: #FileLog 4:current:0:
plot \ plot \
"< awk '/voltage:/ {print $1, $4}' <IN>" using 1:2 ls l0 axes x1y1 title 'Voltage' with lines,\ "<IN>" using 1:2 ls l0 axes x1y1 title 'Voltage' with lines,\
"< awk '/current:/ {print $1, $4}' <IN>" using 1:2 ls l2 axes x1y2 title 'Current' with lines "<IN>" using 1:2 ls l1 axes x1y2 title 'Current' with lines