2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

EnO_temp4.gplot: changed

git-svn-id: https://svn.fhem.de/fhem/trunk@9550 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2015-10-19 20:06:20 +00:00
parent 71900c5799
commit ccb7625e80

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