mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 16:19:11 +00:00
Labels added
git-svn-id: https://svn.fhem.de/fhem/trunk@1110 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f3374f40ed
commit
5561c47d15
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user