set term wxt 0 unset key set title "Drop Transient Acceleration" set xlabel "Time (sec)" set ylabel "Accel (G)" plot "drop.txt" using 1:2 w l ls 3 lw 2 set term push set term pngcairo set output 'drop_a.png' replot set term pop reset # second file set term wxt 1 unset key set title "Drop Transient Velocity" set xlabel "Time (sec)" set ylabel "Vel (in/sec)" plot "drop_velox.txt" using 1:2 w l ls 3 lw 2 set term push set term pngcairo set output 'drop_v.png' replot set term pop reset