Blame view

gnuplot_live.gnu 154 Bytes
53e5b1c57   bmarechal   live plot
1
2
3
4
  set term qt noraise
  plot for [file in system("find ~/server/data/2018/2018-03/ -name '*PfeifferTPG261.dat' | sort")] file u 1:3 w l t file
  pause 1
  reread