WebPgm2 gnuplot scrolling

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@198 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2008-06-12 07:22:59 +00:00
parent a5769e7907
commit 4f2cd0087d
18 changed files with 608 additions and 55 deletions

View File

@@ -17,10 +17,15 @@ set grid xtics y2tics
set y2label "temperature (Celsius)"
set ylabel "Actuator (%)"
#FileLog 4:measured:
##FileLog 4:desired:
#FileLog 4:actuator.*%:int
# "< awk '/desired/ {print $1, $4+0}' <IN>"\
# using 1:2 axes x1y2 title 'Desired temperature' with steps,\
plot \
"< awk '/measured/{print $1, $4}' <IN>"\
using 1:2 axes x1y2 title 'Measured temperature' with lines lw 2,\
"< awk '/desired/ {print $1, $4+0}' <IN>"\
using 1:2 axes x1y2 title 'Desired temperature' with steps,\
"< awk '/actuator/ {print $1, $4+0}' <IN>"\
using 1:2 axes x1y1 title 'Actuator (%)' with lines\