Commit 53e5b1c575714fb9f86923316799c916a28cc189

Authored by bmarechal
1 parent 7422dc704d
Exists in master

live plot

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

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