mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
EnO_dim4.gplot: changed
git-svn-id: https://svn.fhem.de/fhem/trunk@9547 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8ae04256b4
commit
2957cfe031
@ -13,22 +13,17 @@
|
||||
#set terminal png transparent small size <SIZE> crop
|
||||
|
||||
set terminal png transparent size <SIZE> crop
|
||||
|
||||
set output '<OUT>.png'
|
||||
set xdata time
|
||||
set timefmt "%Y-%m-%d_%H:%M:%S"
|
||||
set xlabel " "
|
||||
set ytics
|
||||
set title '<L1>'
|
||||
set title '<TL>'
|
||||
set grid xtics ytics
|
||||
|
||||
set ylabel "dim/%"
|
||||
|
||||
set yrange [0:100]
|
||||
set y2range [0:100]
|
||||
|
||||
#FileLog 4:dim:0:
|
||||
|
||||
plot \
|
||||
"< egrep 'dim:' <IN>"\
|
||||
using 1:4 axes x1y1 title 'Dimming' with points
|
||||
plot "<IN>" using 1:2 axes x1y1 title 'Dimming' with steps
|
||||
|
Loading…
Reference in New Issue
Block a user