set terminal postscript portrait enhanced color solid set output set key top set xlabel "Time [ms]" set ylabel "Voltage [V]" set title "Transient response of Exciter when 0.5A of load is removed" set grid mxtics mytics xtics ytics set mytics 5 plot "sim/exciter.data" using ($1*1000):2 title "Input voltage [V]" with lines, \ "sim/exciter.data" using ($1*1000):3 title "Output voltage [V]" with lines