set terminal pngcairo linewidth 1.5 set output 'results/voltages.png' unset border set zeroaxis ls -1 set grid set key outside set xlabel 'time (s)' set ylabel 'Voltage (V)' plot [0:0.035] 'results/voltages.raw' using 1:2 with lines title 'v_{T}', \ 'results/voltages.raw' using 3:4 with lines title 'v_{F}', \ 'results/voltages.raw' using 5:6 with lines title 'v_{o}'