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:
parent
4bfdbb53b2
commit
641d0ae912
@ -18,14 +18,14 @@ set output '<OUT>.png'
|
|||||||
set xdata time
|
set xdata time
|
||||||
set timefmt "%Y-%m-%d_%H:%M:%S"
|
set timefmt "%Y-%m-%d_%H:%M:%S"
|
||||||
set xlabel " "
|
set xlabel " "
|
||||||
set y2tics
|
set ytics
|
||||||
set title '<L1>'
|
set title '<L1>'
|
||||||
set grid xtics y2tics
|
set grid xtics ytics
|
||||||
|
|
||||||
set y2label "t/C"
|
set ylabel "t/C"
|
||||||
|
|
||||||
#FileLog 4:temperature:0:
|
#FileLog 4:temperature:0:
|
||||||
|
|
||||||
plot \
|
plot \
|
||||||
"< egrep 'temperature:' <IN>"\
|
"< egrep 'temperature:' <IN>"\
|
||||||
using 1:4 axes x1y2 title 'Temperature' with lines
|
using 1:4 axes x1y1 title 'Temperature' with lines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user