set term pngcairo dashed # enhanced transparent font "Helvetica" 15 set encoding utf8 set auto set border 15 lw 0.5 set grid set key left top ################################################################### # Eta-Prime Beam Asymetry ################################################################### set xlabel 't (GeV^2)' set title 'EtaP/Eta Beam Asymmetry' set output 'BA.png' plot 'EtaP-BA.txt' using 1:2 w l ls 1 lw 2 lc rgb "blue" title 'BA(Eta)', \ 'EtaP-BA.txt' using 1:6 w l ls 1 lw 2 lc rgb "red" title "BA(EtaPrime)" set xlabel 't (GeV^2)' set title 'Natural and Unnatural Exchanges' set output 'kVA.png' plot 'EtaP-BA.txt' using 1:3 w l ls 1 lw 2 lc rgb "blue" title 'k_V', \ 'EtaP-BA.txt' using 1:4 w l ls 1 lw 2 lc rgb "red" title "k_A" set xlabel 't (GeV^2)' set title 'Beam Asymmetry Ratio' set output 'ratio.png' plot 'EtaP-BA.txt' using 1:7 w l ls 1 lw 2 lc rgb "blue" title 'BA(EtaPrime)/BA(Eta)'