comparison scripts/plot/util/figure.m @ 18764:a9bb634679f8 stable

Fix typo in help string of function figure
author Rafael Laboissiere <rafael@laboissiere.net>
date Mon, 05 May 2014 10:09:50 +0200
parents 0f32b34f6ec0
children 8c648c3a2c8f 446c46af4b42
comparison
equal deleted inserted replaced
18740:e3fca7930c1e 18764:a9bb634679f8
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Command} {} figure 20 ## @deftypefn {Command} {} figure
21 ## @deftypefnx {Command} {} 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 (@dots{}, "@var{property}", @var{value}, @dots{}) 23 ## @deftypefnx {Function File} {} figure (@dots{}, "@var{property}", @var{value}, @dots{})
24 ## @deftypefnx {Function File} {@var{h} =} figure (@var{dots}) 24 ## @deftypefnx {Function File} {@var{h} =} figure (@dots{})
25 ## Create a new figure window for plotting. 25 ## Create a new figure window for plotting.
26 ## 26 ##
27 ## If no arguments are specified, a new figure with the next available number 27 ## If no arguments are specified, a new figure with the next available number
28 ## is created. 28 ## is created.
29 ## 29 ##