s416226-plots/plot.sh

6 lines
158 B
Bash
Raw Normal View History

2020-04-03 17:24:07 +02:00
gnuplot <<- EOF
set term png
set title "Graph - wer"
set output "wer.png"
plot "wer.txt" with points pointtype 5 notitle
EOF