set term png enhanced transparent font "Helvetica" 6 set encoding utf8 set auto set border 15 lw 0.5 ################################################################### # Partial wave ################################################################### datalabel = "label.txt" set macro LA = '`head -1 '.datalabel.'`' set out 'plotpwi0.png' set multiplot set size 0.35,0.2 set bmargin 0 set tmargin 0.95 set lmargin 0 set rmargin 0 #1st row set key top right set origin 0.1,0.70 set title ' ' set ylabel 'S_{01}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.s01.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.s01.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set origin 0.60,0.70 set nokey set title ' ' set ylabel 'P_{01}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.p01.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.p01.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set nokey #2nd row set origin 0.1,0.50 set title ' ' set ylabel 'P_{03}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.p03.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.p03.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set origin 0.60,0.50 set title ' ' set ylabel 'D_{03}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.d03.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.d03.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' #3rd row set origin 0.1,0.30 set title ' ' set ylabel 'D_{05}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.d05.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.d05.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set origin 0.60,0.30 set title ' ' set ylabel 'F_{05}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.f05.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.f05.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' #4th row set origin 0.1,0.1 set title ' ' set ylabel 'F_{07}' set xlabel 's (GeV^2)' set xtics('1.5' 1.5, '2' 2, '2.5' 2.5, '3' 3, '3.5' 3.5,'4' 4,'4.5' 4.5, '5' 5) p 'pw.f07.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.f07.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set origin 0.60,0.1 set title ' ' set ylabel 'G_{07}' set xlabel 's (GeV^2)' set xtics('1.5' 1.5, '2' 2, '2.5' 2.5, '3' 3, '3.5' 3.5,'4' 4,'4.5' 4.5, '5' 5) p 'pw.g07.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.g07.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' unset multiplot set out 'plotpwi1.png' set multiplot set size 0.35,0.2 set bmargin 0 set tmargin 0.95 set lmargin 0 set rmargin 0 #1st row set key top right set origin 0.1,0.70 set title ' ' set ylabel 'S_{11}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.s11.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.s11.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set origin 0.55,0.70 set nokey set title ' ' set ylabel 'P_{11}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.p11.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.p11.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set nokey #2nd row set origin 0.1,0.50 set title ' ' set ylabel 'P_{13}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.p13.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.p13.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set origin 0.55,0.50 set title ' ' set ylabel 'D_{13}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.d13.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.d13.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' #3rd row set origin 0.1,0.30 set title ' ' set ylabel 'D_{15}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.d15.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.d15.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set origin 0.55,0.30 set title ' ' set ylabel 'F_{15}' set xlabel ' ' set xtics(' ' 1.5, ' ' 2, ' ' 2.5, ' ' 3, ' ' 3.5,' ' 4,' ' 4.5, '' 5) p 'pw.f15.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.f15.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' #4th row set origin 0.1,0.1 set title ' ' set ylabel 'F_{17}' set xlabel 's (GeV^2)' set xtics('1.5' 1.5, '2' 2, '2.5' 2.5, '3' 3, '3.5' 3.5,'4' 4,'4.5' 4.5, '5' 5) p 'pw.f17.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.f17.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im' set origin 0.55,0.1 set title ' ' set ylabel 'G_{17}' set xlabel 's (GeV^2)' set xtics('1.5' 1.5, '2' 2, '2.5' 2.5, '3' 3, '3.5' 3.5,'4' 4,'4.5' 4.5, '5' 5) p 'pw.g17.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" title 'Re',\ 'pw.g17.txt' u 1:6 w l ls 1 lw 2 lc rgb "#005900" title 'Im'