Add gnuplot script for plotting pressure curves
This commit is contained in:
parent
2c6d399198
commit
5901f1007a
2 changed files with 14 additions and 0 deletions
6
logs/plot-pressure.gnuplot
Normal file
6
logs/plot-pressure.gnuplot
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue