set term wxt unset key set xlabel "Time (sec)" set ylabel "Accel (G)" set title "Drop Transient" plot "drop.txt" using 1:2 w l ls 3 set term push set term pngcairo set output 'drop_d.png' replot set term pop reset