Lines Matching full:title
171 print "set title \"Loop Summary for $identifier: " .
181 " using 1:3:4:5 title \"mean offset\", ";
183 "title \"(sigma low)\" with lines, ";
185 "title \"(Bezier med)\" with lines, ";
187 "title \"(sigma high)\" with lines\n";
190 print "set title\n";
192 print "plot \"$out_file\" using 1:7:8:9 title \"mean frequency\", ";
194 "title \"(sigma low)\" with lines, ";
196 "title \"(Bezier med)\" with lines, ";
198 "title \"(sigma high)\" with lines\n";
217 print "set title \"Loop Summary for $identifier: " .
225 print "plot $ylimit \"$out_file\" using 1:6 title \"Offset\", ";
227 "title \"(Bezier)\" with lines\n";
228 print "set title\n";
232 print "plot \"$out_file\" using 1:10 title \"Frequency\", ";
234 "title \"(Bezier)\" with lines\n";
293 print "set title " .
297 print "plot \"$out_file\" using 1:3 title \"mean offset\", ";
299 "title \"(Bezier)\" with lines, ";
301 "title \"(sigma low)\" with lines, ";
303 "title \"(sigma high)\" with lines\n";
304 print "set title\n";
308 print "plot \"$out_file\" using 1:7 title \"dist\", ";
310 "title \"(Bezier)\" with lines\n";
314 print "plot \"$out_file\" using 1:8 title \"disp\", ";
316 "title \"(Bezier)\" with lines\n";