Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:43:27 +00:00
parent f3607d0309
commit ff50cbd9ff

12
plot.sh
View File

@ -1,6 +1,8 @@
gnuplot <<- EOF
for file in wer srr
do
gnuplot <<- EOF
set term png
set title "Graph - wer"
set output "wer.png"
plot "wer.txt" with points pointtype 5 notitle
EOF
set output "file.png"
plot "file.txt" with points pointtype 5 notitle
EOF
done