X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fplot_scores;h=a765cb5bd3603d4d8c89913f7cc03370235d213a;hb=25a6b40e414b3a6465f18239f37a980d77d6e062;hp=8cc276d2f0e81055e2641bda2c0f683e183b4f94;hpb=ea737d66bd9dbc2f134c0809f026239ad4caf473;p=biopieces.git diff --git a/bp_bin/plot_scores b/bp_bin/plot_scores index 8cc276d..a765cb5 100755 --- a/bp_bin/plot_scores +++ b/bp_bin/plot_scores @@ -85,7 +85,7 @@ Gnuplot.open do |gp| plot.title options[:title] plot.xlabel options[:xlabel] plot.ylabel options[:ylabel] - plot.output options[:data_out] if options[:data_out] + plot.output options[:data_out] || "/dev/stderr" plot.xrange "[#{x.min - 1}:#{x.max + 1}]" plot.yrange "[#{Seq::SCORE_MIN}:#{Seq::SCORE_MAX}]" plot.style "fill solid 0.5 border"