From: martinahansen Date: Thu, 30 Aug 2012 08:23:27 +0000 (+0000) Subject: finally figured how to change plot color X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bb60efd44cc3c2da0f7a11fdbdb230f1fd033edb;p=biopieces.git finally figured how to change plot color git-svn-id: http://biopieces.googlecode.com/svn/trunk@1900 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/plot_scores b/bp_bin/plot_scores index ff476f4..bf0023a 100755 --- a/bp_bin/plot_scores +++ b/bp_bin/plot_scores @@ -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