s416226-plots/plot.sh

8 lines
160 B
Bash
Raw Normal View History

2020-04-03 17:43:27 +02:00
for file in wer srr
do
gnuplot <<- EOF
2020-04-03 17:24:07 +02:00
set term png
2020-04-03 17:43:27 +02:00
set output "file.png"
plot "file.txt" with points pointtype 5 notitle
EOF
done