X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fplot_stacked_histogram;h=432d097a78eddb912c0faff97b0a07f9847f1d41;hb=25a6b40e414b3a6465f18239f37a980d77d6e062;hp=54293ca585cfe36dff3b51faadc8d0e331076d99;hpb=ea737d66bd9dbc2f134c0809f026239ad4caf473;p=biopieces.git diff --git a/bp_bin/plot_stacked_histogram b/bp_bin/plot_stacked_histogram index 54293ca..432d097 100755 --- a/bp_bin/plot_stacked_histogram +++ b/bp_bin/plot_stacked_histogram @@ -127,7 +127,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.ytics "out" plot.auto "fix" plot.key "outside right top vertical Left reverse enhanced autotitles columnhead nobox"