2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

EnO_keycard.gplot: changed

git-svn-id: https://svn.fhem.de/fhem/trunk@9523 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2015-10-18 16:19:48 +00:00
parent 4737116935
commit c4c3db1b04

View File

@ -14,8 +14,8 @@ set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set ylabel "Keycard"
set title '<TL>'
set ytics ("inserted" 1, "removed" 0)
set y2tics ("inserted" 1, "removed" 0)
set ytics ("in" 1, "out" 0)
set y2tics ("in" 1, "out" 0)
set yrange [-0.1:1.1]
set y2range [-0.1:1.1]