X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre-iokit%2Fsgpdd-survey%2Fplot-sgpdd;h=542b1da38fcf2e006e7d549a22fafc6e401729b7;hp=36d95aa7d381f9b3ca98087f7b7606f11edd2ebc;hb=9053b73b74f9994df320100fdc637bf6fda13e23;hpb=d7f9be411806a3dfb54852ec997e834d62ef9070 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;