set term postscript color enhanced "Times-Roman" 20 set output "capture_kick_inflectorcomp.ps" set xlabel "kick [G]" set ylabel "capture efficiency [%]" set grid #set multiplot #set xtics 0,100,1000 #set xrange [150:350] #set origin 0.,0. #set size 0.5, 0.5 set yrange [0:7] plot "../20140531-kick/fort.32" u ($19*10000):($16/100):(sqrt($16)/100) w errorlines lt 1 lc 1 t '18mm aperture - with end coils',\ "../20140531-noinf-end-scat/fort.32" u ($19*10000):($16/100):(sqrt($16)/100) w errorlines lt 1 lc 2 t '18mm aperture - no end coils',\ "../20140601-large-ap-inf-kick/fort.32" u ($19*10000):($16/100):(sqrt($16)/100) w errorlines lt 1 lc 3 t '36mm aperture - no end coils',\ "../20140601-large-ap-86mm-off/fort.32" u ($19*10000):($16/100):(sqrt($16)/100) w errorlines lt 1 lc 7 t '36mm aperture - no end coils - 86mm offset with quad scat',\ "../20140601-86mm-noquadscatter/fort.32" u ($19*10000):($16/100):(sqrt($16)/100) w errorlines lt 2 lc 10 t '36mm aperture - no end coils - 86mm offset no quad scat'