[Graph-dev] Comment/Suggestion on Chart::Graph::Gnuplot

Russell Hamilton rhamilto@bch.ed.ac.uk
Fri, 6 Dec 2002 14:12:37 +0000 (GMT)


Dear Chart::Graph::Gnuplot Developers,

I have made use of your Chart::Graph::Gnuplot module in a perl script I 
am developing. A very useful script!

I didn't want all the standard gnuplot output to be included in my 
perl script.

I changed a line in the module which takes care of this
It would be really good to be able to toggle gnuplot output in future 
releases

OLD LINE
my $status = system("$gnuplot", "$command_file");

NEW LINE
$status = system("$gnuplot $command_file 1>/dev/null 2>&1");


Cheers

Russell Hamilton

-------------------------------------------------------
- Russell Hamilton
- Biocomputing Research Unit
- ICMB, 3.14 Swann Building
- Kings Buildings
- University of Edinburgh
- Edinburgh, EH9 3JL
- Russell.Hamilton@ed.ac.uk
- 0131 650 7049
- http://www.bru.ed.ac.uk/~rhamilto
-------------------------------------------------------