# mflops_input_input.txt # # Discussion: # # Plot the MFLOPS data. # # Licensing: # # This code is distributed under the GNU LGPL license. # # Modified: # # 14 October 2013 # # Author: # # John Burkardt # set term png set output "mflops.png" set style data linespoints set yrange [0:*] set title "Log[2] of Problem Size versus MFLOPS rate" set grid set timestamp plot "mflops_data.txt" quit