- set title "{TITLE}"
- unset multiplot
- set xdata time
- set style data lines
- set term svg size 1024, 768
- set timefmt "%Y-%m-%d"
- set xlabel "{LABEL_X}"
- set ylabel "{LABEL_Y}"
- set autoscale y
- set output "{OUTPUT}.svg"
- plot './{INPUT}.data' using 1:2 t "{LINE}"
|