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