]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/plot_scores
added 3 parameters to blast_seq
[biopieces.git] / bp_bin / plot_scores
index ff476f47c7359ac4b1593063bc84e508929c2a09..bf0023a6ea53c9d611a9f993f89fb1a8c721d642 100755 (executable)
@@ -102,7 +102,7 @@ Gnuplot.open do |gp|
 
     if options[:count]
       plot.data << Gnuplot::DataSet.new([x, y2]) do |ds|
-        ds.with  = "lines"
+        ds.with  = "lines lt rgb \"black\""
         ds.title = "relative count"
       end
     end