2 set encoding iso_8859_1
5 set term postscript enhanced portrait "Helvetica" 12
7 set style line 2 lc rgb '#0025ad' lt 1 lw 1.5 # --- blue
12 set ylabel "bytes per second"
14 set xlabel "buffer size"
15 #set key on outside left bmargin
16 plot 'execution_openssl_rpi3.txt' using 1:2 t "OpenSSL enc CBC" with linespoints lt 1 lw 2 ps 0 pt 5,\
17 'execution_openssl_rpi3.txt' using 1:3 t "OpenSSL dec CBC" with linespoints lt 2 lw 2 ps 0 pt 1,\
18 'execution_openssl_rpi3.txt' using 1:4 t "OpenSSL (en|de)c CTR" with linespoints lt 3 lw 2 ps 0 pt 1,\
19 'execution_oneround_rpi3.txt' using 1:2 t "OneRound enc DECB" with linespoints lt 1 lw 2 ps 0 pt 5 ,\
20 'execution_oneround_rpi3.txt' using 1:3 t "OneRound dec DECB" with linespoints lt 2 lw 2 ps 0 pt 1 ,\
21 'execution_oneround_rpi3.txt' using 1:4 t "OneRound (en|de)c CTR" with linespoints ls 2