#set terminal png set term pngcairo dashed enhanced set grid set key bottom right set output 'plotGJ.png' ### Start multiplot (3x3 layout) set multiplot layout 3,3 rowsfirst # --- First line # --- GRAPH rho^0_{11} set label 1 'rho^0_{11}|_{GJ}' at graph 0.1,0.3 font '1.2' unset xlabel set xtics ('' 0.0,'' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5,'' 0.6,'' 0.7,'' 0.8,'' 0.9, '' 1.0) set ytics ('' -0.5,'-.4' -0.4,'' -0.3,'-.2' -0.2,'' -0.1,'0' 0.0, '' 0.1,'.2' 0.2,'' 0.3,'.4' 0.4,'' 0.5) set tmargin at screen 1.00; set bmargin at screen 0.7 set lmargin at screen 0.05; set rmargin at screen 0.35 plot [0:1] [-0.55:0.55] 'sdme_GJ.txt' using 1:2 w l ls 1 lw 3 lc rgb "red" title '' # --- GRAPH rho^0_{31} set label 1 'Re rho^0_{31}|_{GJ}' at graph 0.1,0.85 font '1.2' unset xlabel set xtics ('' 0.0,'' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5,'' 0.6,'' 0.7,'' 0.8,'' 0.9, '' 1.0) set ytics ('' -0.5, '' -0.4,'' -0.3,'' -0.2,'' -0.1,'' 0.0, '' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5) set tmargin at screen 1.00; set bmargin at screen 0.70 set lmargin at screen 0.35; set rmargin at screen 0.65 plot [0:1] [-0.55:0.55] 'sdme_GJ.txt' using 1:4 w l ls 1 lw 3 lc rgb "red" title '' # --- GRAPH rho^0_{3-1} set label 1 'Re rho^0_{3-1}|_{GJ}' at graph 0.1,0.85 font '1.2' unset xlabel set xtics ('' 0.0,'' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5,'' 0.6,'' 0.7,'' 0.8,'' 0.9, '' 1.0) set ytics ('' -0.5, '' -0.4,'' -0.3,'' -0.2,'' -0.1,'' 0.0, '' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5) set tmargin at screen 1.00; set bmargin at screen 0.70 set lmargin at screen 0.65; set rmargin at screen 0.95 plot [0:1] [-0.55:0.55] 'sdme_GJ.txt' using 1:5 w l ls 1 lw 3 lc rgb "red" title '' # --- Second line # --- GRAPH rho^1_{11} set label 1 'rho^1_{11}|_{GJ}' at graph 0.1,0.85 font '1.2' unset xlabel set xtics ('' 0.0,'' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5,'' 0.6,'' 0.7,'' 0.8,'' 0.9, '' 1.0) set ytics ('' -0.5,'-.4' -0.4,'' -0.3,'-.2' -0.2,'' -0.1,'0' 0.0, '' 0.1,'.2' 0.2,'' 0.3,'.4' 0.4,'' 0.5) set tmargin at screen 0.70; set bmargin at screen 0.40 set lmargin at screen 0.05; set rmargin at screen 0.35 plot [0:1] [-0.55:0.55] 'sdme_GJ.txt' using 1:6 w l ls 1 lw 3 lc rgb "red" title '' # --- GRAPH rho^1_{33} set label 1 'rho^1_{33}|_{GJ}' at graph 0.1,0.85 font '1.2' unset xlabel set xtics ('' 0.0,'' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5,'' 0.6,'' 0.7,'' 0.8,'' 0.9, '' 1.0) set ytics ('' -0.5, '' -0.4,'' -0.3,'' -0.2,'' -0.1,'' 0.0, '' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5) set tmargin at screen 0.70; set bmargin at screen 0.40 set lmargin at screen 0.35; set rmargin at screen 0.65 plot [0:1] [-0.55:0.55] 'sdme_GJ.txt' using 1:7 w l ls 1 lw 3 lc rgb "red" title '' # --- GRAPH rho^1_{31} set label 1 'Re rho^1_{31}|_{GJ}' at graph 0.1,0.85 font '1.2' unset xlabel set xtics ('' 0.0,'' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5,'' 0.6,'' 0.7,'' 0.8,'' 0.9, '' 1.0) set ytics ('' -0.5, '' -0.4,'' -0.3,'' -0.2,'' -0.1,'' 0.0, '' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5) set tmargin at screen 0.70; set bmargin at screen 0.40 set lmargin at screen 0.65; set rmargin at screen 0.95 plot [0:1] [-0.55:0.55] 'sdme_GJ.txt' using 1:8 w l ls 1 lw 3 lc rgb "red" title '' # --- Third line # --- GRAPH rho^1_{3-1} set label 1 'rho^1_{3-1}|_{GJ}' at graph 0.1,0.85 font '1.2' set xtics ('0' 0.0,'.1' 0.1,'.2' 0.2,'.3' 0.3,'.4' 0.4, '.5' 0.5,'.6' 0.6,'.7' 0.7,'.8' 0.8,'.9' 0.9, '' 1.0) set ytics ('' -0.5,'-.4' -0.4,'' -0.3,'-.2' -0.2,'' -0.1,'0' 0.0, '' 0.1,'.2' 0.2,'' 0.3,'.4' 0.4,'' 0.5) set tmargin at screen 0.40; set bmargin at screen 0.10 set lmargin at screen 0.05; set rmargin at screen 0.35 #set xlabel '-t (GeV^2)' plot [0:1] [-0.65:0.65] 'sdme_GJ.txt' using 1:9 w l ls 1 lw 3 lc rgb "red" title '' # --- GRAPH rho^2_{31} set label 1 'Im rho^2_{31}|_{GJ}' at graph 0.1,0.85 font '1.2' set xtics ('' 0.0,'.1' 0.1,'.2' 0.2,'.3' 0.3,'.4' 0.4, '.5' 0.5,'.6' 0.6,'.7' 0.7,'.8' 0.8,'.9' 0.9, '' 1.0) set ytics ('' -0.5, '' -0.4,'' -0.3,'' -0.2,'' -0.1,'' 0.0, '' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5) set tmargin at screen 0.40; set bmargin at screen 0.10 set lmargin at screen 0.35; set rmargin at screen 0.65 #set xlabel '-t (GeV^2)' plot [0:1] [-0.65:0.65] 'sdme_GJ.txt' using 1:10 w l ls 1 lw 3 lc rgb "red" title '' # --- GRAPH rho^2_{3-1} set label 1 'Im rho^2_{3-1}|_{GJ}' at graph 0.1,0.85 font '1.2' set xtics ('' 0.0,'.1' 0.1,'.2' 0.2,'.3' 0.3,'.4' 0.4, '.5' 0.5,'.6' 0.6,'.7' 0.7,'.8' 0.8,'.9' 0.9, '1' 1.0) set ytics ('' -0.5, '' -0.4,'' -0.3,'' -0.2,'' -0.1,'' 0.0, '' 0.1,'' 0.2,'' 0.3,'' 0.4, '' 0.5) set tmargin at screen 0.40; set bmargin at screen 0.10 set lmargin at screen 0.65; set rmargin at screen 0.95 #set xlabel '-t (GeV^2)' plot [0:1] [-0.65:0.65] 'sdme_GJ.txt' using 1:11 w l ls 1 lw 3 lc rgb "red" title '' unset multiplot unset output ### End multiplot