gnuplot <<- EOF
set term png
set title "Graph - wer"
set output "wer.png"
plot "wer.txt" with points pointtype 5 notitle
EOF