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 ################################################################### # Finite Energy Sum Rules ################################################################### set xlabel 't (GeV^2)' set ylabel 'mFm.GeV^2' set title "nu*B^{-}" set output 'plotBm.png' plot 'output-Bm.txt' using 1:3 w l ls 1 lw 2 lc rgb "blue" title "LHS k1", \ 'output-Bm.txt' using 1:2 w l ls 2 lw 2 lc rgb "blue" title "RHS k1", \ 'output-Bm.txt' using 1:5 w l ls 1 lw 2 lc rgb "red" title "LHS k2", \ 'output-Bm.txt' using 1:4 w l ls 2 lw 2 lc rgb "red" title "RHS k2" set xlabel 't (GeV^2)' set ylabel 'mFm.GeV^2' set output 'plotCm.png' set title "A'^{-}" plot 'output-Cm.txt' using 1:3 w l ls 1 lw 2 lc rgb "blue" title "LHS k1", \ 'output-Cm.txt' using 1:2 w l ls 2 lw 2 lc rgb "blue" title "RHS k1", \ 'output-Cm.txt' using 1:5 w l ls 1 lw 2 lc rgb "red" title "LHS k2", \ 'output-Cm.txt' using 1:4 w l ls 2 lw 2 lc rgb "red" title "RHS k2" set xlabel 't (GeV^2)' set ylabel 'mFm.GeV^2' set title "nu*B^{+}" set output 'plotBp.png' plot 'output-Bp.txt' using 1:3 w l ls 1 lw 2 lc rgb "blue" title "LHS k1", \ 'output-Bp.txt' using 1:2 w l ls 2 lw 2 lc rgb "blue" title "RHS k1", \ 'output-Bp.txt' using 1:5 w l ls 1 lw 2 lc rgb "red" title "LHS k2", \ 'output-Bp.txt' using 1:4 w l ls 2 lw 2 lc rgb "red" title "RHS k2" set xlabel 't (GeV^2)' set ylabel 'mFm.GeV^2' set title "A'^{+}" set output 'plotCp.png' plot 'output-Cp.txt' using 1:3 w l ls 1 lw 2 lc rgb "blue" title "LHS k1", \ 'output-Cp.txt' using 1:2 w l ls 2 lw 2 lc rgb "blue" title "RHS k1", \ 'output-Cp.txt' using 1:5 w l ls 1 lw 2 lc rgb "red" title "LHS k2", \ 'output-Cp.txt' using 1:4 w l ls 2 lw 2 lc rgb "red" title "RHS k2"