Add gnuplot script for plotting pressure curves

This commit is contained in:
Rahix 2024-09-14 21:39:36 +02:00
parent 2c6d399198
commit 5901f1007a
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,6 @@
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