From 3781d2ed5af7a38b738246e94def670e9cd971cb Mon Sep 17 00:00:00 2001 From: Leon Arber Date: Wed, 6 Jul 2005 17:14:05 -0500 Subject: [svn-r11033] Purpose: Feature Description: gen_report.pl throws away the plotting commands used to make the plots in gnuplot. Solution: Deciding that these commands may be useful if the someone wants to reproduce the plots (or, more importantly, manipulate them further in gnuplot), the commands are now saved in a file called gnuplot.script Platforms tested: colonelk Misc. update: --- perform/gen_report.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perform/gen_report.pl b/perform/gen_report.pl index 63d14a0..5000435 100755 --- a/perform/gen_report.pl +++ b/perform/gen_report.pl @@ -512,7 +512,7 @@ sub plot_3d_graph3 { unlink(GNUPLOT_DATA_OUTPUT); } -open(GNUPLOT_PIPE, "| gnuplot -persist") || die "Couldn't run gnuplot: $!\n"; +open(GNUPLOT_PIPE, "| tee gnuplot.script | gnuplot -persist") || die "Couldn't run gnuplot: $!\n"; GNUPLOT_PIPE->autoflush(1); write_excel_file; -- cgit v0.12