#set term pngcairo dashed enhanced set term png enhanced transparent #set term post eps enhanced color "Arial" 11 set grid set key bottom right set output 'plotSDME.png' #set output 'plotH.eps' ### Start multiplot (3x3 layout) set multiplot layout 3,3 rowsfirst # --- First line # --- GRAPH rho_{00} set label 1 'rho_{00}' 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 1.00; set bmargin at screen 0.7 set lmargin at screen 0.05; set rmargin at screen 0.35 plot [0:1] [-0.65:0.65] 'sdme0.txt' using 1:2 w l ls 1 lw 3 lc rgb "blue" title '' plot [0:1] [-0.65:0.65] 'sdme1.txt' using 1:2 w l ls 1 lw 3 lc rgb "red" title '' # --- GRAPH rho_{11} set label 1 'rho_{11}' 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.65:0.65] 'sdme0.txt' using 1:3 w l ls 1 lw 3 lc rgb "blue" title '' plot [0:1] [-0.65:0.65] 'sdme1.txt' using 1:3 w l ls 1 lw 3 lc rgb "red" title '' # --- GRAPH rho_{22} set label 1 'rho_{22}' 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.65:0.65] 'sdme0.txt' using 1:4 w l ls 1 lw 3 lc rgb "blue" title '' plot [0:1] [-0.65:0.65] 'sdme1.txt' using 1:4 w l ls 1 lw 3 lc rgb "red" title '' # --- Second line # --- GRAPH rho_{10} set label 1 'rho_{10}' 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.65:0.65] 'sdme0.txt' using 1:5 w l ls 1 lw 3 lc rgb "blue" title '' plot [0:1] [-0.65:0.65] 'sdme1.txt' using 1:5 w l ls 1 lw 3 lc rgb "red" title '' plot [0:1] [-0.65:0.65] 'sdme2.txt' using 1:2 w l ls 1 lw 3 lc rgb "green" title '' # --- GRAPH rho_{1-1} set label 1 'rho_{1-1}' 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.65:0.65] 'sdme0.txt' using 1:6 w l ls 1 lw 3 lc rgb "blue" title '' plot [0:1] [-0.65:0.65] 'sdme1.txt' using 1:6 w l ls 1 lw 3 lc rgb "red" title '' plot [0:1] [-0.65:0.65] 'sdme2.txt' using 1:3 w l ls 1 lw 3 lc rgb "green" title '' # --- GRAPH rho_{20} set label 1 'rho_{20}' 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.65:0.65] 'sdme0.txt' using 1:7 w l ls 1 lw 3 lc rgb "blue" title '' plot [0:1] [-0.65:0.65] 'sdme1.txt' using 1:7 w l ls 1 lw 3 lc rgb "red" title '' plot [0:1] [-0.65:0.65] 'sdme2.txt' using 1:4 w l ls 1 lw 3 lc rgb "green" title '' # --- Third line # --- GRAPH rho^1_{21} set label 1 'rho_{21}' 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] 'sdme0.txt' using 1:8 w l ls 1 lw 3 lc rgb "blue" title '' plot [0:1] [-0.65:0.65] 'sdme1.txt' using 1:8 w l ls 1 lw 3 lc rgb "red" title '' plot [0:1] [-0.65:0.65] 'sdme2.txt' using 1:5 w l ls 1 lw 3 lc rgb "green" title '' # --- GRAPH rho^2_{2-1} set label 1 'rho_{2-1}' 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] 'sdme0.txt' using 1:9 w l ls 1 lw 3 lc rgb "blue" title '' plot [0:1] [-0.65:0.65] 'sdme1.txt' using 1:9 w l ls 1 lw 3 lc rgb "red" title '' plot [0:1] [-0.65:0.65] 'sdme2.txt' using 1:6 w l ls 1 lw 3 lc rgb "green" title '' # --- GRAPH rho_{2-2} set label 1 'rho_{2-2}' 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] 'sdme0.txt' using 1:10 w l ls 1 lw 3 lc rgb "blue" title '' plot [0:1] [-0.65:0.65] 'sdme1.txt' using 1:10 w l ls 1 lw 3 lc rgb "red" title '' plot [0:1] [-0.65:0.65] 'sdme2.txt' using 1:7 w l ls 1 lw 3 lc rgb "green" title '' unset multiplot unset output ### End multiplot