set terminal postscript portrait enhanced color solid set output set xlabel "Frequency [MHz]" set key bottom left set ylabel "Impedance [Ohm]" set title "RC Compensated 2N3904 Long Tail Pair Input Impedance " set grid mxtics mytics xtics ytics set logscale xy set mytics 10 plot "sim/cell_input.data" using ($1/1e6):2 title "Magnitude 2N3904 worst" with lines, \ "sim/cell_input.data" using ($1/1e6):(abs($3)) title "Real Part 2N3904 worst" with lines, \ "sim/cell_input.data" using ($1/1e6):(-$4) title "Imaginary Part 2N3904 worst" with lines, \ "sim/cell_input.data" using ($1/1e6):5 title "Magnitude 2N3904" with lines, \ "sim/cell_input.data" using ($1/1e6):(abs($6)) title "Real Part 2N3904 worst" with lines, \ "sim/cell_input.data" using ($1/1e6):(-$7) title "Imaginary Part 2N3904" with lines