17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
# Created by FHEM/98_SVG.pm, 2015-10-31 10:40:49
|
|
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 title '<TL>'
|
|
set ytics
|
|
set y2tics
|
|
set grid
|
|
set ylabel "Humidity"
|
|
set y2label "Temperature"
|
|
|
|
#logOgVl 4:OG_VL.temperature\x3a:0:
|
|
|
|
plot "<IN>" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines
|