2013-04-29 13:35:49 +00:00
|
|
|
############################
|
2018-05-10 14:06:03 +00:00
|
|
|
# Template .gplot file for creating a new SVG instance
|
2013-04-29 13:35:49 +00:00
|
|
|
|
|
|
|
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>'
|
2013-04-29 14:02:23 +00:00
|
|
|
set ylabel "Humidity"
|
|
|
|
set y2label "Temperature"
|
2013-04-29 13:35:49 +00:00
|
|
|
set grid
|
|
|
|
set ytics
|
|
|
|
set y2tics
|
|
|
|
|
2013-04-29 14:02:23 +00:00
|
|
|
#FileLog 4:RegExp::
|
2013-04-29 13:35:49 +00:00
|
|
|
|
2013-04-29 14:02:23 +00:00
|
|
|
plot "<IN>" using 1:2 title 'Line 1' with lines
|