#! /usr/local/bin/gnuplot # set data style lines set grid #set xrange [0:5] #set yrange [0:0.30] plot "pva.dat" using 1:2 title "position" pause -1 "hit any key" plot "pva.dat" using 1:3 title "velocity" pause -1 "hit any key" plot "pva.dat" using 1:4 title "acceleration" pause -1 "hit any key" #set size 0.70,0.65 #replot #pause -1 "hit any key" #set terminal postscript portrait #set output "pva.eps" #replot