LW/LS removed

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1027 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-09-26 06:22:39 +00:00
parent 091bffedda
commit e44e31f694
10 changed files with 15 additions and 25 deletions

View File

@@ -26,16 +26,8 @@ set y2label "Temperature in C"
set ylabel "Humidity (%)"
#FileLog 4:T\x3a:0:
#FileLog 4:T\x3a:0:
#FileLog 6:H\x3a:0:
#FileLog 6:H\x3a:0:
plot \
"< awk '/T:/ {print $1, $4}' <IN>"\
using 1:2 axes x1y2 title '' with lines ls 7 lw 4,\
"< awk '/T:/ {print $1, $4}' <IN>"\
using 1:2 axes x1y2 title 'Measured temperature' with lines ls 0 lw 1,\
"< awk '/H:/ {print $1, $6}' <IN>"\
using 1:2 axes x1y1 title '' with lines ls 7 lw 4;\
"< awk '/H:/ {print $1, $6}' <IN>"\
using 1:2 axes x1y1 title 'Humidity (%)' with lines ls 2 lw 1;\
"< awk '/T:/ {print $1, $4}' <IN>" using 1:2 axes x1y2 title '' with lines,\
"< awk '/H:/ {print $1, $6}' <IN>" using 1:2 axes x1y1 title '' with lines