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