X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=code_perl%2FMaasha%2FPlot.pm;fp=code_perl%2FMaasha%2FPlot.pm;h=06b83925ce1a64adb9b2eac0d6d812d3cc2d17e6;hb=f1acc635e7a6b579fb3c691b0ad2a5b26685cc43;hp=06a401fdc49efc4b23b7b1b701f4ba743f3dc42e;hpb=6bbfde77364cfaa9ae2e2f55be65aa2e3e290231;p=biopieces.git diff --git a/code_perl/Maasha/Plot.pm b/code_perl/Maasha/Plot.pm index 06a401f..06b8392 100644 --- a/code_perl/Maasha/Plot.pm +++ b/code_perl/Maasha/Plot.pm @@ -80,7 +80,7 @@ sub lineplot_simple $options->{ "terminal" } ||= "dumb"; - $cmd = "gnuplot"; + $cmd = "gnuplot -persist"; $pid = open2( $fh_out, $fh_in, $cmd ); @@ -141,7 +141,7 @@ sub histogram_simple $options->{ "terminal" } ||= "dumb"; - $cmd = "gnuplot"; + $cmd = "gnuplot -persist"; $pid = open2( $fh_out, $fh_in, $cmd ); @@ -223,7 +223,7 @@ sub histogram_lendist $xtic_space = 50000; } - $cmd = "gnuplot"; + $cmd = "gnuplot -persist"; $pid = open2( $fh_out, $fh_in, $cmd ); @@ -281,7 +281,7 @@ sub histogram_chrdist $options->{ "terminal" } ||= "dumb"; - $cmd = "gnuplot"; + $cmd = "gnuplot -persist"; $pid = open2( $fh_out, $fh_in, $cmd );