Lines Matching refs:out_file
106 my $out_file = "/tmp/tempdata$$";
113 open OUTPUT, ">$out_file" or die "$out_file: $!";
151 close OUTPUT or die "close failed on $out_file: $!";
180 print "plot $ylimit \"$out_file\"" .
182 print "\"$out_file\" using 1:(\$3-\$6/2) " .
184 print "\"$out_file\" using 1:3 smooth bezier " .
186 print "\"$out_file\" using 1:(\$3+\$6/2) " .
192 print "plot \"$out_file\" using 1:7:8:9 title \"mean frequency\", ";
193 print "\"$out_file\" using 1:(\$7-\$10/2) " .
195 print "\"$out_file\" using 1:7 smooth bezier " .
197 print "\"$out_file\" using 1:(\$7+\$10/2) " .
225 print "plot $ylimit \"$out_file\" using 1:6 title \"Offset\", ";
226 print "\"$out_file\" using 1:6 smooth bezier " .
232 print "plot \"$out_file\" using 1:10 title \"Frequency\", ";
233 print "\"$out_file\" using 1:10 smooth bezier " .
242 unlink $out_file;
250 my $out_file = "/tmp/tempdata$$";
255 open OUTPUT, ">$out_file" or die "$out_file: $!";
282 close OUTPUT or die "close failed on $out_file: $!";
297 print "plot \"$out_file\" using 1:3 title \"mean offset\", ";
298 print "\"$out_file\" using 1:3 smooth bezier " .
300 print "\"$out_file\" using 1:(\$3-\$7/2) " .
302 print "\"$out_file\" using 1:(\$3+\$7/2) " .
308 print "plot \"$out_file\" using 1:7 title \"dist\", ";
309 print "\"$out_file\" using 1:7 smooth bezier " .
314 print "plot \"$out_file\" using 1:8 title \"disp\", ";
315 print "\"$out_file\" using 1:8 smooth bezier " .
324 unlink $out_file;