# data.inp # # Input to GNUPLOT, causing it to read DATA.TXT and # create a PostScript plot of the data. # set term post default set data style linespoints set yrange [0:*] set title "Number of Clusters vs Total Energy, Normalized Data" set grid plot 'data.txt' quit