Zaktualizuj 'plot.sh'

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

10
plot.sh
View File

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