EnO_brightness4.gplot: changed

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9545 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer
2015-10-19 19:44:52 +00:00
parent e6325a0dff
commit 14383fb471

View File

@@ -19,13 +19,11 @@ set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S" set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " " set xlabel " "
set ytics set ytics
set title '<L1>' set title '<TL>'
set grid xtics ytics set grid xtics ytics
set ylabel "E/lx" set ylabel "E/lx"
#FileLog 4:brightness:0: #FileLog 4:brightness:0:
plot \ plot "<IN>" using 1:2 ls l2fill axes x1y1 title 'Brightness' with steps
"< egrep 'brightness:' <IN>"\
using 1:4 ls l2fill axes x1y1 title 'Brightness' with lines