From 9053b73b74f9994df320100fdc637bf6fda13e23 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 23 Jan 2007 21:49:29 +0000 Subject: [PATCH] b=10958 this line seems necessary --- lustre-iokit/sgpdd-survey/plot-sgpdd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre-iokit/sgpdd-survey/plot-sgpdd b/lustre-iokit/sgpdd-survey/plot-sgpdd index 36d95aa..542b1da 100755 --- a/lustre-iokit/sgpdd-survey/plot-sgpdd +++ b/lustre-iokit/sgpdd-survey/plot-sgpdd @@ -71,7 +71,7 @@ sub write_scr_file() { $i++; $plot = "replot"; } - #print SCRFILE "set terminal png transparent\n"; + print SCRFILE "set terminal png transparent\n"; print SCRFILE "set output \"$file-$rsz-$op.png\"\n"; print SCRFILE "replot\n"; close SCRFILE; -- 1.8.3.1