set term png enhanced transparent font "Helvetica" 15 set encoding utf8 set auto set border 15 lw 0.5 set grid ################################################################### # Scalar Amplitudes ################################################################### ## Isospsin 0 set xlabel '\nu (GeV)' set ylabel 'A^{(+)} (GeV^{-1})' set output 'plotAp.png' plot 'output0.txt' using 3:5 w l ls 2 lw 3 lc rgb "blue" title "Re A^{(+)}", \ 'output0.txt' using 3:6 w l ls 2 lw 3 lc rgb "red" title "Im A^{(+)}" set xlabel '\nu (GeV)' set ylabel 'B^{(+)} (GeV^{-2})' set output 'plotBp.png' plot 'output0.txt' using 3:7 w l ls 2 lw 3 lc rgb "blue" title "Re B^{(+)}", \ 'output0.txt' using 3:8 w l ls 2 lw 3 lc rgb "red" title "Im B^{(+)}" set xlabel '\nu (GeV)' set ylabel 'C^{(+)} (GeV^{-1})' set output 'plotCp.png' plot 'output0.txt' using 3:9 w l ls 2 lw 3 lc rgb "blue" title "Re C^{(+)}", \ 'output0.txt' using 3:10 w l ls 2 lw 3 lc rgb "red" title "Im C^{(+)}" ## Isospsin 1 set xlabel '\nu (GeV)' set ylabel 'A^{(-)} (GeV^{-1})' set output 'plotAm.png' plot 'output1.txt' using 3:5 w l ls 2 lw 3 lc rgb "blue" title "Re A^{(-)}", \ 'output1.txt' using 3:6 w l ls 2 lw 3 lc rgb "red" title "Im A^{(-)}" set xlabel '\nu (GeV)' set ylabel 'B^{(-)} (GeV^{-2})' set output 'plotBm.png' plot 'output1.txt' using 3:7 w l ls 2 lw 3 lc rgb "blue" title "Re B^{(-)}", \ 'output1.txt' using 3:8 w l ls 2 lw 3 lc rgb "red" title "Im B^{(-)}" set xlabel '\nu (GeV)' set ylabel 'C^{(-)} (GeV^{-1})' set output 'plotCm.png' plot 'output1.txt' using 3:9 w l ls 2 lw 3 lc rgb "blue" title "Re C^{(-)}", \ 'output1.txt' using 3:10 w l ls 2 lw 3 lc rgb "red" title "Im C^{(-)}"