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

@@ -4,7 +4,7 @@
#=================
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"
@@ -19,6 +19,6 @@ set y2tics
set format y "%.1f"
set format y2 "%.1f"
#FileLog 0 4::
#FileLog 4::0:
plot "<IN>" using 1:4 notitle with lines