set terminal postscript portrait enhanced color solid set output set xlabel "Time [ns]" set key center right set ylabel "Voltage [V] / Current [mA]" set title "BFR91 3- Stage Limiting Amplifier Transient Response" set grid mxtics mytics xtics ytics set mytics 5 set mxtics 2 set xrange [:1600] plot "sim/tran91.data" using ($1/1e-9):($2/1e-3+8) title "Input Current" with lines, \ "sim/tran91.data" using ($1/1e-9):($3+5) title "Input Voltage" with lines, \ "sim/tran91.data" using ($1/1e-9):($4/1e-3-3) title "I Stage 1+" with lines, \ "sim/tran91.data" using ($1/1e-9):($5/1e-3-3) title "I Stage 1-" with lines, \ "sim/tran91.data" using ($1/1e-9):($6/1e-3-9) title "I Stage 2+" with lines, \ "sim/tran91.data" using ($1/1e-9):($7/1e-3-9) title "I Stage 2-" with lines, \ "sim/tran91.data" using ($1/1e-9):($8/1e-3-16) title "I Stage 3+" with lines, \ "sim/tran91.data" using ($1/1e-9):($9/1e-3-16) title "I Stage 3-" with lines, \ "sim/tran91.data" using ($1/1e-9):(($4-$5)/2/1e-3-22) title "I Stage1" with lines, \ "sim/tran91.data" using ($1/1e-9):(($6-$7)/2/1e-3-28) title "I Stage2" with lines, \ "sim/tran91.data" using ($1/1e-9):(($8-$9)/2/1e-3-34) title "I Stage3" with lines, \ "sim/tran91.data" using ($1/1e-9):($10-40) title "V Stage 1+" with lines, \ "sim/tran91.data" using ($1/1e-9):($11-40) title "V Stage 1-" with lines, \ "sim/tran91.data" using ($1/1e-9):($12-43) title "V Stage 2+" with lines, \ "sim/tran91.data" using ($1/1e-9):($13-43) title "V Stage 2-" with lines, \ "sim/tran91.data" using ($1/1e-9):($14-46) title "V Stage 3+" with lines, \ "sim/tran91.data" using ($1/1e-9):($15-46) title "V Stage 3-" with lines, \ "sim/tran91.data" using ($1/1e-9):(($10-$11)-55) title "V Stage1" with lines, \ "sim/tran91.data" using ($1/1e-9):(($12-$13)-60) title "V Stage1" with lines, \ "sim/tran91.data" using ($1/1e-9):(($14-$15)-65) title "V Stage1" with lines