jeol-t330a/logs/plot-pressure.gnuplot

7 lines
216 B
Plaintext
Raw Normal View History

FILES = system("ls -1 pressure-*.csv")
LABEL = system("ls -1 pressure-*.csv | sed 's/pressure-\\(.*\\)\\..*/\\1/'")
set logscale y
plot for [i=1:words(FILES)] word(FILES,i) using 1:2 title word(LABEL,i) with lines