set term pngcairo dashed # enhanced transparent font "Helvetica" 15 set encoding utf8 set auto set border 15 lw 0.5 set grid set key right top Left #title 'Legend' box 3 ################################################################### # Eta-Pi Moments ################################################################### ##################### L = 0 and L = 1 ##################################### set xlabel 'm (GeV)' set output 'pH00.png' plot 'moment0.txt' using 1:2 w l lw 2 lc rgb "red" title "H^{0}(00)", \ 'moment1.txt' using 1:2 w l lw 2 lc rgb "blue" title "H^{1}(00)" set xlabel 'm (GeV)' set output 'pH10.png' plot 'moment0.txt' using 1:3 w l lw 2 lc rgb "red" title "H^{0}(10)", \ 'moment1.txt' using 1:3 w l lw 2 lc rgb "blue" title "H^{1}(10)" set xlabel 'm (GeV)' set output 'pH11.png' plot 'moment0.txt' using 1:4 w l lw 2 lc rgb "red" title "H^{0}(11)", \ 'moment1.txt' using 1:4 w l lw 2 lc rgb "blue" title "H^{1}(11)" ##################### L = 2 ##################################### set xlabel 'm (GeV)' set output 'pH20.png' plot 'moment0.txt' using 1:5 w l lw 2 lc rgb "red" title "H^{0}(20)", \ 'moment1.txt' using 1:5 w l lw 2 lc rgb "blue" title "H^{1}(20)" set xlabel 'm (GeV)' set output 'pH21.png' plot 'moment0.txt' using 1:6 w l lw 2 lc rgb "red" title "H^{0}(21)", \ 'moment1.txt' using 1:6 w l lw 2 lc rgb "blue" title "H^{1}(21)" set xlabel 'm (GeV)' set output 'pH22.png' plot 'moment0.txt' using 1:7 w l lw 2 lc rgb "red" title "H^{0}(22)", \ 'moment1.txt' using 1:7 w l lw 2 lc rgb "blue" title "H^{1}(22)" ##################### L = 3 ##################################### set xlabel 'm (GeV)' set output 'pH30.png' plot 'moment0.txt' using 1:8 w l lw 2 lc rgb "red" title "H^{0}(30)", \ 'moment1.txt' using 1:8 w l lw 2 lc rgb "blue" title "H^{1}(30)" set xlabel 'm (GeV)' set output 'pH31.png' plot 'moment0.txt' using 1:9 w l lw 2 lc rgb "red" title "H^{0}(31)", \ 'moment1.txt' using 1:9 w l lw 2 lc rgb "blue" title "H^{1}(31)" set xlabel 'm (GeV)' set output 'pH32.png' plot 'moment0.txt' using 1:10 w l lw 2 lc rgb "red" title "H^{0}(32)", \ 'moment1.txt' using 1:10 w l lw 2 lc rgb "blue" title "H^{1}(32)" set xlabel 'm (GeV)' set output 'pH33.png' plot 'moment0.txt' using 1:11 w l lw 2 lc rgb "red" title "H^{0}(33)", \ 'moment1.txt' using 1:11 w l lw 2 lc rgb "blue" title "H^{1}(33)" ##################### L = 4 ##################################### set xlabel 'm (GeV)' set output 'pH40.png' plot 'moment0.txt' using 1:12 w l lw 2 lc rgb "red" title "H^{0}(40)", \ 'moment1.txt' using 1:12 w l lw 2 lc rgb "blue" title "H^{1}(40)" set xlabel 'm (GeV)' set output 'pH41.png' plot 'moment0.txt' using 1:13 w l lw 2 lc rgb "red" title "H^{0}(41)", \ 'moment1.txt' using 1:13 w l lw 2 lc rgb "blue" title "H^{1}(41)" set xlabel 'm (GeV)' set output 'pH42.png' plot 'moment0.txt' using 1:14 w l lw 2 lc rgb "red" title "H^{0}(42)", \ 'moment1.txt' using 1:14 w l lw 2 lc rgb "blue" title "H^{1}(42)" set xlabel 'm (GeV)' set output 'pH43.png' plot 'moment0.txt' using 1:15 w l lw 2 lc rgb "red" title "H^{0}(43)", \ 'moment1.txt' using 1:15 w l lw 2 lc rgb "blue" title "H^{1}(43)" set xlabel 'm (GeV)' set output 'pH44.png' plot 'moment0.txt' using 1:16 w l lw 2 lc rgb "red" title "H^{0}(44)", \ 'moment1.txt' using 1:16 w l lw 2 lc rgb "blue" title "H^{1}(44)" ##################### Beam Asymmetry ##################################### set xlabel 'm (GeV)' set output 'pBA.png' plot 'BA.txt' using 1:2 w l lw 2 lc rgb "red" title "Beam Asymmetry Integrated" set xlabel 'm (GeV)' set output 'pBAy.png' plot 'BA.txt' using 1:3 with lines lw 2 lc rgb "blue" title "Beam Asymmetry Along Oy"