set terminal postscript portrait enhanced color solid set output set xlabel "Frequency [MHz]" set key top right set ylabel "Gain [dB]/Phase [deg]/Apparent Series Capacity [pF]" set title "2N3904 Pimped Amplifier Input Impedance" set grid mxtics mytics xtics ytics set logscale x set mytics 5 set ytics 100 set yrange [:600] plot "sim/pimpin.data" using ($1/1e6):2 title "Magnitude 2N3904 worst" with lines, \ "sim/pimpin.data" using ($1/1e6):3 title "Magnitude 2N3904" with lines, \ "sim/pimpin.data" using ($1/1e6):4 title "Real 2N3904 worst" with lines, \ "sim/pimpin.data" using ($1/1e6):5 title "Real 2N3904" with lines, \ "sim/pimpin.data" using ($1/1e6):(-$6) title "-Imaginary 2N3904 worst" with lines, \ "sim/pimpin.data" using ($1/1e6):(-$7) title "-Imaginary 2N3904" with lines, \ "sim/pimpin.data" using ($1/1e6):8 title "Angle 2N3904 worst" with lines, \ "sim/pimpin.data" using ($1/1e6):9 title "Angle 2N3904" with lines