set terminal postscript portrait enhanced color solid set output set xlabel "Frequency [MHz]" set key bottom left set ylabel "Gain [dB]/Phase [10 deg]" set title "Bandwidth sensitivity to transistor parameters" set grid mxtics mytics xtics ytics set logscale x set ytics 1 set mytics 2 plot "sim/pimpsens.data" using ($1/1e6):2 title "Gain original 2N3904 worst" with lines, \ "sim/pimpsens.data" using ($1/1e6):3 title "Gain original 2N3904" with lines, \ "sim/pimpsens.data" using ($1/1e6):4 title "Gain adjusted 2N3904 worst" with lines, \ "sim/pimpsens.data" using ($1/1e6):5 title "Gain adjusted 2N3904" with lines, \ "sim/pimpsens.data" using ($1/1e6):($6/10) title "Phase original 2N3904 worst" with lines, \ "sim/pimpsens.data" using ($1/1e6):($7/10) title "Phase original 2N3904" with lines, \ "sim/pimpsens.data" using ($1/1e6):($8/10) title "Phase adjusted 2N3904 worst" with lines, \ "sim/pimpsens.data" using ($1/1e6):($9/10) title "Phase adjusted 2N3904" with lines