set terminal postscript portrait enhanced color solid set output set xlabel "Frequency [MHz]" set key bottom left set ylabel "Current Gain [dB] / Phase [10 deg]" set title "RC Compensated 2N3904 Long Tail Pair With Different Transistors " set grid mxtics mytics xtics ytics set logscale x set mytics 10 plot "sim/spread.data" using ($1/1e6):2 title "Gain of 2N3904 worst" with lines, \ "sim/spread.data" using ($1/1e6):3 title "Gain of 2N3904" with lines, \ "sim/spread.data" using ($1/1e6):4 title "Gain of 2N3904 worst tweaked" with lines, \ "sim/spread.data" using ($1/1e6):5 title "Gain of 2N3904 tweaked" with lines, \ "sim/spread.data" using ($1/1e6):($6/10) title "Phase of 2N3904 worst" with lines, \ "sim/spread.data" using ($1/1e6):($7/10) title "Phase of 2N3904" with lines, \ "sim/spread.data" using ($1/1e6):($8/10) title "Phase of 2N3904 worst tweaked" with lines, \ "sim/spread.data" using ($1/1e6):($9/10) title "Phase of 2N3904 tweaked" with lines