comparison scripts/plot/figure.m @ 14366:b76f0740940e

doc: Periodic grammar check of documentation. * accumarray.m, repmat.m, imshow.m, strread.m, edit.m, mkoctfile.m, warning_ids.m, glpk.m, lsqnonneg.m, optimset.m, pqpnonneg.m, figure.m, print.m, __print_parse_opts__.m, gmres.m, zscore.m, __init_fltk__.cc, cellfun.cc, nproc.cc, regexp.cc, spparms.cc, dirfns.cc, file-io.cc, load-save.cc, ov-null-mat.cc, ov-usr-fcn.cc, variables.cc: Periodic grammar check of documentation.
author Rik <octave@nomad.inbox5.com>
date Wed, 15 Feb 2012 13:31:31 -0800
parents f3d52523cde1
children 460a3c6d8bf1
comparison
equal deleted inserted replaced
14365:a598273c9c3d 14366:b76f0740940e
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} figure 20 ## @deftypefn {Command} {} figure
21 ## @deftypefnx {Function File} {} figure @var{n} 21 ## @deftypefnx {Command} {} figure @var{n}
22 ## @deftypefnx {Function File} {} figure (@var{n}) 22 ## @deftypefnx {Function File} {} figure (@var{n})
23 ## @deftypefnx {Function File} {} figure (@var{n}, "@var{property}", @var{value}, @dots{}) 23 ## @deftypefnx {Function File} {} figure (@var{n}, "@var{property}", @var{value}, @dots{})
24 ## Set the current plot window to plot window @var{n}. If no arguments are 24 ## Set the current plot window to plot window @var{n}. If no arguments are
25 ## specified, the next available window number is chosen. 25 ## specified, the next available window number is chosen.
26 ## 26 ##