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 Left #title 'Legend' box 3 ################################################################### # Finite Energy Sum Rules ################################################################### ##################### A1 (0,+,-) ##################################### set xlabel 't (GeV^2)' set output 'figures/plotA10.png' plot 'FESR-High-All.txt' using 1:2 w lp ls 1 lw 2 lc rgb "red" title "RHS A1(rho)", \ 'FESR-Low-All.txt' using 1:2 w lp ls 2 lw 2 lc rgb "blue" title "LHS A1(iso = 0)" set xlabel 't (GeV^2)' set output 'figures/plotA1p.png' plot 'FESR-High-All.txt' using 1:3 w lp ls 1 lw 2 lc rgb "red" title "RHS A1(omega)", \ 'FESR-Low-All.txt' using 1:3 w lp ls 2 lw 2 lc rgb "blue" title "LHS A1(iso = +)" set xlabel 't (GeV^2)' set output 'figures/plotA1m.png' plot 'FESR-High-All.txt' using 1:4 w lp ls 1 lw 2 lc rgb "red" title "RHS A1(a2)", \ 'FESR-Low-All.txt' using 1:4 w lp ls 2 lw 2 lc rgb "blue" title "LHS A1(iso = -)" ##################### A2 (0,+,-) ##################################### set xlabel 't (GeV^2)' set output 'figures/plotA20.png' plot 'FESR-High-All.txt' using 1:5 w lp ls 1 lw 2 lc rgb "red" title "RHS A2(b)", \ 'FESR-Low-All.txt' using 1:5 w lp ls 2 lw 2 lc rgb "blue" title "LHS A2(iso = 0)" set xlabel 't (GeV^2)' set output 'figures/plotA2p.png' plot 'FESR-High-All.txt' using 1:6 w lp ls 1 lw 2 lc rgb "red" title "RHS A2(h)", \ 'FESR-Low-All.txt' using 1:6 w lp ls 2 lw 2 lc rgb "blue" title "LHS A2(iso = +)" set xlabel 't (GeV^2)' set output 'figures/plotA2m.png' plot 'FESR-High-All.txt' using 1:7 w lp ls 1 lw 2 lc rgb "red" title "RHS A2(pi)", \ 'FESR-Low-All.txt' using 1:7 w lp ls 2 lw 2 lc rgb "blue" title "LHS A2(iso = -)" ##################### A3 (0,+,-) ##################################### set xlabel 't (GeV^2)' set output 'figures/plotA30.png' plot 'FESR-High-All.txt' using 1:8 w lp ls 1 lw 2 lc rgb "red" title "RHS A3(rho2)", \ 'FESR-Low-All.txt' using 1:8 w lp ls 2 lw 2 lc rgb "blue" title "LHS A3(iso = 0)" set xlabel 't (GeV^2)' set output 'figures/plotA3p.png' plot 'FESR-High-All.txt' using 1:9 w lp ls 1 lw 2 lc rgb "red" title "RHS A3(omega2)", \ 'FESR-Low-All.txt' using 1:9 w lp ls 2 lw 2 lc rgb "blue" title "LHS A1(iso = +)" set xlabel 't (GeV^2)' set output 'figures/plotA3m.png' plot 'FESR-High-All.txt' using 1:10 w lp ls 1 lw 2 lc rgb "red" title "RHS A3(a1)", \ 'FESR-Low-All.txt' using 1:10 w lp ls 2 lw 2 lc rgb "blue" title "LHS A3(iso = -)" ##################### A4 (0,+,-) ##################################### set xlabel 't (GeV^2)' set output 'figures/plotA40.png' plot 'FESR-High-All.txt' using 1:11 w lp ls 1 lw 2 lc rgb "red" title "RHS A4(rho)", \ 'FESR-Low-All.txt' using 1:11 w lp ls 2 lw 2 lc rgb "blue" title "LHS A4(iso = 0)" set xlabel 't (GeV^2)' set output 'figures/plotA4p.png' plot 'FESR-High-All.txt' using 1:12 w lp ls 1 lw 2 lc rgb "red" title "RHS A4(omega)", \ 'FESR-Low-All.txt' using 1:12 w lp ls 2 lw 2 lc rgb "blue" title "LHS A4(iso = +)" set xlabel 't (GeV^2)' set output 'figures/plotA4m.png' plot 'FESR-High-All.txt' using 1:13 w lp ls 1 lw 2 lc rgb "red" title "RHS A4(a2)", \ 'FESR-Low-All.txt' using 1:13 w lp ls 2 lw 2 lc rgb "blue" title "LHS A4(iso = -)"