set terminal postscript portrait enhanced color solid 10 set output set xlabel "Frequency [MHz]" set key bottom left set ylabel "Gain [dB]" set title "Gain" set grid mxtics mytics xtics ytics set logscale x set multiplot set origin 0,0.5 set size 0.5,0.5 set mxtics 10 plot "sim/miller91.data" using ($1/1e6):2 title "BFR90 worst" with lines, \ "sim/miller91.data" using ($1/1e6):3 title "BFR90 best" with lines, \ "sim/miller91.data" using ($1/1e6):4 title "BFR91 worst" with lines, \ "sim/miller91.data" using ($1/1e6):5 title "BFR91 best" with lines, \ "sim/miller91.data" using ($1/1e6):6 title "BFR91A worst" with lines, \ "sim/miller91.data" using ($1/1e6):7 title "BFR91A best" with lines set origin 0.5, 0.5 set ylabel "Phase [deg] set title "Phase" set mytics 2 plot \ "sim/miller91.data" using ($1/1e6):8 title "BFR90 worst" with lines, \ "sim/miller91.data" using ($1/1e6):9 title "BFR90 best" with lines, \ "sim/miller91.data" using ($1/1e6):10 title "BFR91 worst" with lines, \ "sim/miller91.data" using ($1/1e6):11 title "BFR91 best" with lines, \ "sim/miller91.data" using ($1/1e6):12 title "BFR91A worst" with lines, \ "sim/miller91.data" using ($1/1e6):13 title "BFR91A best" with lines set ylabel "Gain [dB]" set title "Gain" set size 0.5, 0.5 set origin 0,0 set key bottom right unset logscale x set xrange [0:20] set xtics 4 set yrange [16:] set ytics 1 set mytics 4 set mxtics 4 plot "sim/miller91.data" using ($1/1e6):2 title "BFR90 worst" with lines, \ "sim/miller91.data" using ($1/1e6):3 title "BFR90 best" with lines, \ "sim/miller91.data" using ($1/1e6):4 title "BFR91 worst" with lines, \ "sim/miller91.data" using ($1/1e6):5 title "BFR91 best" with lines, \ "sim/miller91.data" using ($1/1e6):6 title "BFR91A worst" with lines, \ "sim/miller91.data" using ($1/1e6):7 title "BFR91A best" with lines set origin 0.5, 0 set title "Delay" set ylabel "Delay[ns/3 stages]" set xrange [5:10] set yrange [-5:] set ytics auto set mytics 5 set xtics auto set mxtics 5 plot \ "sim/miller91.data" using ($1/1e6):(3*$8/(360*$1)/-1e-9) title "BFR90 worst" with lines, \ "sim/miller91.data" using ($1/1e6):(3*$9/(360*$1)/-1e-9) title "BFR90 best" with lines, \ "sim/miller91.data" using ($1/1e6):(3*$10/(360*$1)/-1e-9) title "BFR91 worst" with lines, \ "sim/miller91.data" using ($1/1e6):(3*$11/(360*$1)/-1e-9) title "BFR91 best" with lines, \ "sim/miller91.data" using ($1/1e6):(3*$12/(360*$1)/-1e-9) title "BFR91A worst" with lines, \ "sim/miller91.data" using ($1/1e6):(3*$13/(360*$1)/-1e-9) title "BFR91A best" with lines