From 06baa5f4e124b6b948b806b1f188cb7fbb865705 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 25 Oct 2011 06:27:06 +0000 Subject: [PATCH] added png terminal to plot_histogram git-svn-id: http://biopieces.googlecode.com/svn/trunk@1597 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/plot_histogram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp_bin/plot_histogram b/bp_bin/plot_histogram index 7308c19..c46b395 100755 --- a/bp_bin/plot_histogram +++ b/bp_bin/plot_histogram @@ -38,7 +38,7 @@ use Maasha::Plot; my ( $options, $in, $out, $default, $terminals, $record, %data_hash, $max, @data_list, $i, $result, $fh ); $default = "Histogram"; -$terminals = "dumb,x11,aqua,post,svg"; +$terminals = "dumb,x11,aqua,post,svg,png"; $options = Maasha::Biopieces::parse_options( [ -- 2.39.5