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