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