# raw2_plot.inp # # This file contains commands to GNUPLOT to make a plot of # the data in "raw2.txt". # set term post default set output "raw2.ps" set data style linespoints set yrange [0:] set title "Energy versus 1/Cluster Size" set grid plot "raw2.txt" quit