Whamcloud - gitweb
b=10958
authornathan <nathan>
Tue, 23 Jan 2007 21:49:29 +0000 (21:49 +0000)
committernathan <nathan>
Tue, 23 Jan 2007 21:49:29 +0000 (21:49 +0000)
this line seems necessary

lustre-iokit/sgpdd-survey/plot-sgpdd

index 36d95aa..542b1da 100755 (executable)
@@ -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;