tp_chart.plot 254 B

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