diff --git a/plot.sh b/plot.sh index 0519ecb..9e88933 100644 --- a/plot.sh +++ b/plot.sh @@ -1 +1,6 @@ - \ No newline at end of file +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