summaryrefslogtreecommitdiffstats
path: root/perform/gen_report.pl
diff options
context:
space:
mode:
authorLeon Arber <larber@ncsa.uiuc.edu>2005-07-06 22:14:05 (GMT)
committerLeon Arber <larber@ncsa.uiuc.edu>2005-07-06 22:14:05 (GMT)
commit3781d2ed5af7a38b738246e94def670e9cd971cb (patch)
tree5ec367bad5f29435293c68ff6c42b51a5e5f2456 /perform/gen_report.pl
parent567fd44747d603d46c29a980962656b9d87b3015 (diff)
downloadhdf5-3781d2ed5af7a38b738246e94def670e9cd971cb.zip
hdf5-3781d2ed5af7a38b738246e94def670e9cd971cb.tar.gz
hdf5-3781d2ed5af7a38b738246e94def670e9cd971cb.tar.bz2
[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:
Diffstat (limited to 'perform/gen_report.pl')
-rwxr-xr-xperform/gen_report.pl2
1 files changed, 1 insertions, 1 deletions
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;