set title " DEFLECTION, W " plot 'ANS' using 1:2 with lines pause -1 "Hit return to continue" set title " SHEAR, V " plot 'ANS' using 1:5 with lines pause -1 "Hit return to continue" set title " BENDING MOMNET, M " plot 'ANS' using 1:4 with lines # -------------------------------------- # To run this code you must have gnuplot # on your computer. If so, simply type # the following commands: # gnuplot # load 'plt.g' # --------------------------------------