EnO_A5-20-01.gplot: definition changed

git-svn-id: https://svn.fhem.de/fhem/trunk@10555 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer
2016-01-17 12:03:31 +00:00
parent 3ae9a2e1af
commit 0b71de7b2b

View File

@@ -24,8 +24,10 @@ set ylabel "t/C"
set y2label "setpoint/%"
set y2range [0:100]
#FileLog 4:temperature:0:
#FileLog 4:setpoint:0:
#FileLog 4:temperature\x3a:0:
#FileLog 4:setpointTemp\x3a:0:
#FileLog 4:setpoint\x3a:0:
plot "<IN>" using 1:2 ls l0 axes x1y1 title 'Temperature' with lines,\
"<IN>" using 1:2 ls l2fill axes x1y2 title 'Setpoint' with lines
plot "<IN>" using 1:2 ls l3 axes x1y1 title 'Temperature' with lines,\
"<IN>" using 1:2 ls l0 axes x1y1 title 'Setpoint Temperature' with lines,\
"<IN>" using 1:2 ls l2fill axes x1y2 title 'Setpoint' with steps