# blast1_input.txt # # Licensing: # # This code is distributed under the GNU LGPL license. # # Modified: # # 14 October 2013 # # Author: # # John Burkardt # set term png set output "blast1.png" set style data linespoints set title "BLAST Speedup for 2, 4, 6, 8 processors" set grid set timestamp plot 'blast1_data.txt' using 1:2 title 'ideal', \ '' using 1:3 title '150' quit