Files
fhem/fhem/www/gplot/SVG_logNetatmoAussen_1.gplot
2020-05-30 21:37:39 +02:00

17 lines
395 B
Plaintext

# Created by FHEM/98_SVG.pm, 2015-12-07 18:00:48
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"
#logNetatmoAussen 4:naAussen.temperature\x3a::
plot "<IN>" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines