Labels added

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1110 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-11-15 11:14:05 +00:00
parent 3dffdcd928
commit 9d98f5caff

View File

@@ -29,5 +29,5 @@ set ylabel "Humidity (%)"
#FileLog 6:H\x3a:0:
plot \
"< 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
"< awk '/T:/ {print $1, $4}' <IN>" using 1:2 axes x1y2 title 'Temperature' with lines,\
"< awk '/H:/ {print $1, $6}' <IN>" using 1:2 axes x1y1 title 'Humidity' with lines