EnO_A5-30-01.gplot: changes

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9594 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer
2015-10-22 19:56:42 +00:00
parent cb32fac411
commit c8894c14df

View File

@@ -25,5 +25,5 @@ set grid
#FileLog 4:contact:0:$fld[3]=~"closed"?1:0.6
#FileLog 4:battery:0:$fld[3]=~"ok"?0.4:0
plot "<IN>" using 1:2 axes x1y1 notitle ls l0 lw 1 with steps,\
"<IN>" using 1:2 axes x1y2 notitle ls l1 lw 1 with steps
plot "<IN>" using 1:2 axes x1y1 title 'Contact' ls l0 lw 1 with steps,\
"<IN>" using 1:2 axes x1y2 title 'Battery' ls l1 lw 1 with steps