EnO_temp4.gplot: changed

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9550 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer
2015-10-19 20:06:20 +00:00
parent 5ce8b70abd
commit e506a0a247

View File

@@ -13,19 +13,16 @@
#set terminal png transparent small size <SIZE> crop
set terminal png transparent size <SIZE> crop
set output '<OUT>.png'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set ytics
set title '<L1>'
set title '<TL>'
set grid xtics ytics
set ylabel "t/C"
#FileLog 4:temperature:0:
plot \
"< egrep 'temperature:' <IN>"\
using 1:4 axes x1y1 title 'Temperature' with lines
plot "<IN>" using 1:2 axes x1y1 title 'Temperature' ls l0 lw 1 with lines