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.logscale "y" if options[:logscale_y]
plot.xrange "[#{x.min - 1}:#{x.max + 1}]"
plot.style "fill solid 0.5 border"
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.ytics "out"
plot.xtics "out"
plot.yrange "[0:#{Y_MAX}]"
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"
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.ytics "out"
plot.auto "fix"
plot.key "outside right top vertical Left reverse enhanced autotitles columnhead nobox"