]> git.donarmstrong.com Git - biopieces.git/commitdiff
finally figured how to change plot color
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 30 Aug 2012 08:23:27 +0000 (08:23 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 30 Aug 2012 08:23:27 +0000 (08:23 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1900 74ccb610-7750-0410-82ae-013aeee3265d

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