temp4hum4 fixed (see google thread gplot-Umbau)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1055 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-10-08 15:42:22 +00:00
parent a92bd94ca7
commit ff9c4d9263

View File

@ -17,11 +17,11 @@ set grid xtics y2tics
set y2label "Temperature in C" set y2label "Temperature in C"
set ylabel "Humidity (%)" set ylabel "Humidity (%)"
#FileLog 4:T\x3a|temperature:10: #FileLog 4:temperature:10:
#FileLog 4:H\x3a|humidity:50: #FileLog 4:humidity:50:
plot \ plot \
"< egrep 'T:|temperature' <IN>"\ "< egrep 'temperature' <IN>"\
using 1:4 axes x1y2 title 'Measured temperature' with lines,\ using 1:4 axes x1y2 title 'Measured temperature' with lines,\
"< egrep 'H:|temperature' <IN>"\ "< egrep 'humidity' <IN>"\
using 1:4 axes x1y1 title 'Humidity (%)' with lines\ using 1:4 axes x1y1 title 'Humidity (%)' with lines\