set term pngcairo dashed # enhanced transparent font "Helvetica" 15 set encoding utf8 set auto set border 15 lw 0.5 set grid ################################################################### # High Energy Observables ################################################################### ##################### Diff cross section ##################################### set logscale y set key left top Left #title 'Legend' box 3 set xlabel 't (GeV^2)' set output 'figures/plotDsig.png' set title 'diff. cross section' plot 'DSig-High-HEL.txt' using 1:2 w lp ls 1 lw 2 lc rgb "red" title "gamma p --> pi0 p", \ 'DSig-High-HEL.txt' using 1:3 w lp ls 1 lw 2 lc rgb "blue" title "gamma n --> pi0 n", \ 'DSig-High-HEL.txt' using 1:4 w lp ls 1 lw 2 lc rgb "green" title "gamma p --> pi+ n", \ 'DSig-High-HEL.txt' using 1:5 w lp ls 1 lw 2 lc rgb "black" title "gamma n --> pi- p" ##################### Polarization Observables ##################################### unset logscale set key left bottom Left set xlabel 't (GeV^2)' set output 'figures/plotPi0P.png' set title 'gamma p --> pi0 p' plot 'Pol-High-HEL-Pi0P.txt' using 1:2 w lp ls 1 lw 2 lc rgb "red" title "Sigma", \ 'Pol-High-HEL-Pi0P.txt' using 1:3 w lp ls 1 lw 2 lc rgb "blue" title "T", \ 'Pol-High-HEL-Pi0P.txt' using 1:4 w lp ls 1 lw 2 lc rgb "green" title "R" set output 'figures/plotPi0N.png' set title 'gamma n --> pi0 n' plot 'Pol-High-HEL-Pi0N.txt' using 1:2 w lp ls 1 lw 2 lc rgb "red" title "Sigma", \ 'Pol-High-HEL-Pi0N.txt' using 1:3 w lp ls 1 lw 2 lc rgb "blue" title "T", \ 'Pol-High-HEL-Pi0N.txt' using 1:4 w lp ls 1 lw 2 lc rgb "green" title "R" set output 'figures/plotPimP.png' set title 'gamma n --> pi- p' plot 'Pol-High-HEL-PiMP.txt' using 1:2 w lp ls 1 lw 2 lc rgb "red" title "Sigma", \ 'Pol-High-HEL-PiMP.txt' using 1:3 w lp ls 1 lw 2 lc rgb "blue" title "T", \ 'Pol-High-HEL-PiMP.txt' using 1:4 w lp ls 1 lw 2 lc rgb "green" title "R" set output 'figures/plotPipN.png' set title 'gamma p --> pi+ n' plot 'Pol-High-HEL-PiPN.txt' using 1:2 w lp ls 1 lw 2 lc rgb "red" title "Sigma", \ 'Pol-High-HEL-PiPN.txt' using 1:3 w lp ls 1 lw 2 lc rgb "blue" title "T", \ 'Pol-High-HEL-PiPN.txt' using 1:4 w lp ls 1 lw 2 lc rgb "green" title "R"