diff --git a/plot.sh b/plot.sh index 9e88933..f825867 100644 --- a/plot.sh +++ b/plot.sh @@ -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 \ No newline at end of file + set output "file.png" + plot "file.txt" with points pointtype 5 notitle +EOF +done \ No newline at end of file