set terminal postscript eps color enhanced solid font 'Helvetica, 16pt' size 8.6cm, 7cm dl .5 set style line 1 lt 1 lc rgb "black" lw 2.5 set style line 3 lt 1 pt 6 ps 1 lc rgb "#034E7B" lw 3 set style line 4 lt 1 pt 6 ps 1 lc rgb "#f7a789" lw 3 set style line 5 lt 1 pt 6 ps 1 lc rgb "#e36a53" lw 3 set style line 6 lt 1 pt 6 ps 1 lc rgb '#b40426' lw 3 set style line 7 lt 1 pt 5 ps 1.1 lc rgb "orange" lw 3 set style line 10 lt 1 lc 0 lw 0.3 set style line 11 lt 1 pt 6 ps 1 lc rgb "#034E7B" lw 3 set style line 12 lt 1 pt 4 ps 1.1 lc rgb "orange" lw 6 set style line 13 lt 1 pt 6 ps .7 lc rgb "#b40426" lw 3 set style line 14 lt 1 pt 6 ps 0 lc rgb "#034E7B" lw 3 set output 'combined_mpd.eps' unset bars # set multiplot layout 2,1 margins 0.12,0.85,.12,.95 spacing 0,0.020 set multiplot layout 2,1 unset key # fname = 'ratio.txt' # fname2 = 'decay.txt' # fname3='jitter.txt' set size 1.057,.66 set origin -0.0,.29 # set lmargin at screen 0.1 # set tmargin at screen 0.95 # set rmargin at screen 0.9 set y2label '{/Helvetica-Italic R} ' offset -2,0 set ylabel '{/Symbol-Oblique t} (ps) ' offset 2,0 set xrange [530:655] set y2range [1.442:1.71] set yrange [155:224] set autoscale x2fix set xtics nomirror set ytics nomirror set label 1 "(a)" at 532.5,220 # set xlabel 'Wavelength (nm)' set y2tics 1.3,0.1,1.7 set ytics 165,15, 219 set arrow from 554,177 to 538, 177 ls 5 lc black set arrow from 608,178 to 624, 178 ls 5 lc black set label '{/Symbol-Oblique t}' at 546, 181 set label '{{/Helvetica-Italic R} ' at 614,182 unset xtics # set y2tics ("1.8" 1.805, "2.0" 2.0, "2.2" 2.2) # fname = 'ratio.txt' fname = 'decay_0901.txt' # plot fname u 1:4:6:5 ls 3 pt 4 with xyerrorbars ,\ # fname2 u 1:2:4:3 ls 6 pt 6 with xyerrorbars axis x1y2 plot fname u 1:6:18:7 ls 6 pt 6 ps 0.9 with xyerrorbars ,\ fname u 1:8:18:9 ls 3 pt 4 ps 0.9 with xyerrorbars axis x1y2 set size 0.932,.37 set origin 0.0065,0 # set tmargin 0 # set lmargin at screen 0.1 # set bmargin at screen 0.1 # set rmargin at screen 0.9 set label 1 "(b)" at 532.5,39.35 set xrange [530:655] set yrange [33.0:40.3] set autoscale x2fix set xtics nomirror set ytics nomirror unset y2tics unset y2label set ylabel 'Jitter (ps) ' offset 1,0 set xlabel 'Wavelength (nm)' set xtics 20 set ytics 3 unset key fname = "decay_0901.txt" plot fname u 1:($2):18:($3) ls 8 pt 6 ps 0.9 lw 3 with xyerrorbars ,\ unset multiplot