jeol-t330a/logs/plot-pressure.gnuplot
2024-09-15 02:30:49 +02:00

8 lines
244 B
Gnuplot

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