set terminal postscript eps enhanced color size 8.6cm, 6cm dl 3\ font "Helvetica, 16pt" set output 'violation_versus_separation_angle.eps' #set termoption dash set style line 1 lt 1 lc rgb "black" lw 2 set style line 2 lt 1 pt 7 ps 1.5 lc rgb "red" lw 1 set style line 3 lt 2 pt 6 ps 1.0 lc rgb "blue" lw 1 set style line 4 lt 1 pt 7 ps 1.5 lc rgb "black" lw 2 set style line 5 lt 1 lc rgb "black" lw 1 set bars 4.0 # set style line 5 lt 1 lc rgb "magenta" lw 2 # set key font "Helvetica, 18" # set key at 12, -0.05 # set key spacing 1.3 set xlabel 'Angle of separation {/Symbol q} ({/Symbol \260})' set ylabel 'S (A, B)' offset 2,0 # show xlabel # show ylabel # set grid set xtics 2 set ytics 0.1 set xrange [0:14] set yrange [-0.25:0.28] # set label 1 'S = 0' at 8.1, 0.05 # set arrow 1 from 8, 0.05 to 7, 0.01 head filled ls 5 # set arrow from 0,0 to 14,0 nohead # 'a) Simulation (Entropy)' # 'b) Simulation (Real Compressor, bzip2)' # 'c) Measurement (Point Averaged Over 14 Sets)' # 'result_max_violation_exp.dat' set label 15 "no violation" at 14.5,-0.17 rotate set label 16 "violation" at 14.5,0.01 rotate set arrow 2 from 14,0 to 14.8,0 nohead set arrow 3 from 14.5,0.15 to 14.5,0.21 head filled ls 5 set arrow 4 from 14.5,-0.18 to 14.5,-0.24 head filled ls 5 set label 11 "(a)" at 1.5, 0.09 font "Helvetica, 20pt" set label 12 "(b)" at 1.5, -0.06 font "Helvetica, 20pt" front set label 13 "(c)" at 1.5, -0.16 font "Helvetica, 20pt" front set label 14 "(d)" at 8.1, 0.1 font "Helvetica, 20pt" plot 0 w filledcurves x1 ls 1 lc rgb "#e0e0e0" notitle ,\ 0 w l ls 5 notitle,\ 'violation_versus_separation_angle_sim_entropy.dat' using ($1*180/pi):6 \ w l ls 1 notitle,\ 'violation_versus_separation_angle_sim_comp_lzma_bin.dat' using ($1*180/pi):2 \ w linespoints ls 3 notitle,\ 'violation_versus_separation_angle_exp.dat' using ($1*180/pi):2 \ w points ls 2 notitle,\ 'result_max_violation_exp.dat' using ($1*180/pi):2:3\ w yerrorbars ls 4 notitle