First version for SVG / HOWTO

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@206 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2008-07-11 07:35:12 +00:00
parent c9fd73037d
commit 8c7906eaea
13 changed files with 919 additions and 322 deletions

View File

@@ -3,7 +3,7 @@
# FileLog definition:
# define FileLog fs20log fs20dev /var/log/fs20dev-%Y-%U.log
#
set terminal png transparent size 800,200 crop
set terminal png transparent size <SIZE> crop
set output '<OUT>.png'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
@@ -17,7 +17,7 @@ set y2range [-0.1:1.1]
set ylabel "Pumpe"
set y2label "Pumpe"
#FileLog 3::$fld[2]eq"on"?1:0
#FileLog 3::0:$fld[2]eq"on"?1:0
plot "< awk '{print $1, $3==\"on\"? 1 : 0; }' <IN>"\
using 1:2 notitle with steps