# -------------------------------------- # To run this code you must have gnuplot # on your computer. If so, simply type # the following commands: # gnuplot # load 'plt.g' # -------------------------------------- set title " Dependent variable " plot 'DATAP' using 1:2 with lines pause +0.4 " Use to stop " pause +0.4 " or " pause -1 " Use to print." set terminal postscript set output "ode2.eps" replot set output set terminal x11 ! lp -ops ode2.eps