From bb60efd44cc3c2da0f7a11fdbdb230f1fd033edb Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 30 Aug 2012 08:23:27 +0000 Subject: [PATCH] finally figured how to change plot color git-svn-id: http://biopieces.googlecode.com/svn/trunk@1900 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/plot_scores | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5