2 set encoding iso_8859_1
5 set term postscript enhanced portrait "Helvetica" 12
9 set ylabel "bytes per second"
11 set xlabel "buffer size"
12 #set key on outside left bmargin
13 plot 'execution.txt' using 1:2 t "encrypt CBC" with linespoints lt 1 lw 2 ps 0 pt 5,\
14 'execution.txt' using 1:3 t "decrypt CBC" with linespoints lt 2 lw 2 ps 0 pt 1,\
15 'execution.txt' using 1:4 t "(en|de)crypt CTR" with linespoints lt 3 lw 2 ps 0 pt 1