2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

EnO_temp4.gplot: changes

git-svn-id: https://svn.fhem.de/fhem/trunk@9488 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2015-10-17 17:04:01 +00:00
parent 4bfdbb53b2
commit 641d0ae912

View File

@ -18,14 +18,14 @@ set output '<OUT>.png'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set y2tics
set ytics
set title '<L1>'
set grid xtics y2tics
set grid xtics ytics
set y2label "t/C"
set ylabel "t/C"
#FileLog 4:temperature:0:
plot \
"< egrep 'temperature:' <IN>"\
using 1:4 axes x1y2 title 'Temperature' with lines
using 1:4 axes x1y1 title 'Temperature' with lines