comparison scripts/plot/util/print.m @ 20713:2469d78a1d8b

Consistently use 'filename' rather than 'file name' throughout code base. * bootstrap, configure.ac, basics.txi, gui.txi, io.txi, mkoctfile.1, __init_qt__.cc, dialog.cc, files-dock-widget.cc, find-files-dialog.cc, file-editor-tab.cc, file-editor-tab.h, file-editor.cc, shortcut-manager.cc, debug.cc, dirfns.cc, dlmread.cc, file-io.cc, input.cc, load-path.h, load-save.cc, symtab.h, sysdep.cc, utils.cc, variables.cc, zfstream.h, oct-parse.in.yy, dir-ops.cc, file-ops.h, cmd-hist.cc, cmd-hist.h, octave_tmp_file_name.m, uigetfile.m, uiputfile.m, imshow.m, imageIO.m, dlmwrite.m, importdata.m, copyfile.m, edit.m, mkoctfile.m, movefile.m, open.m, perl.m, python.m, run.m, tmpnam.m, unpack.m, fminsearch.m, configure_make.m, print.m, __print_parse_opts__.m, test.m, main.in.cc, mkoctfile.in.cc, module.mk: Consistently use 'filename' rather than 'file name' throughout code base.
author Rik <rik@octave.org>
date Wed, 18 Nov 2015 15:48:27 -0800
parents 83792dd9bcc1
children 8513c84a13cb
comparison
equal deleted inserted replaced
20712:4a25c398ffa2 20713:2469d78a1d8b
24 ## Print a plot, or save it to a file. 24 ## Print a plot, or save it to a file.
25 ## 25 ##
26 ## Both output formatted for printing (PDF and PostScript), and many bitmapped 26 ## Both output formatted for printing (PDF and PostScript), and many bitmapped
27 ## and vector image formats are supported. 27 ## and vector image formats are supported.
28 ## 28 ##
29 ## @var{filename} defines the name of the output file. If the file name has 29 ## @var{filename} defines the name of the output file. If the filename has
30 ## no suffix, one is inferred from the specified device and appended to the 30 ## no suffix, one is inferred from the specified device and appended to the
31 ## file name. If no filename is specified, the output is sent to the 31 ## filename. If no filename is specified, the output is sent to the
32 ## printer. 32 ## printer.
33 ## 33 ##
34 ## @var{h} specifies the handle of the figure to print. If no handle is 34 ## @var{h} specifies the handle of the figure to print. If no handle is
35 ## specified the current figure is used. 35 ## specified the current figure is used.
36 ## 36 ##