6 lines
158 B
Bash
6 lines
158 B
Bash
gnuplot <<- EOF
|
|
set term png
|
|
set title "Graph - wer"
|
|
set output "wer.png"
|
|
plot "wer.txt" with points pointtype 5 notitle
|
|
EOF |