comparison scripts/plot/plot.m @ 10687:a8ce6bdecce5

Improve documentation strings.
author Rik <octave@nomad.inbox5.com>
date Tue, 08 Jun 2010 20:22:38 -0700
parents b5cc666da6ca
children 390d93e20531
comparison
equal deleted inserted replaced
10686:8675858ba1e2 10687:a8ce6bdecce5
16 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} plot (@var{y}) 21 ## @deftypefn {Function File} {} plot (@var{y})
22 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y}) 22 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y})
23 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y}, @var{property}, @var{value}, @dots{}) 23 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y}, @var{property}, @var{value}, @dots{})
24 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y}, @var{fmt}) 24 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y}, @var{fmt})
25 ## @deftypefnx {Function File} {} plot (@var{h}, @dots{}) 25 ## @deftypefnx {Function File} {} plot (@var{h}, @dots{})
26 ## @deftypefnx {Function File} {@var{h} =} plot (@dots{})
26 ## Produces two-dimensional plots. Many different combinations of 27 ## Produces two-dimensional plots. Many different combinations of
27 ## arguments are possible. The simplest form is 28 ## arguments are possible. The simplest form is
28 ## 29 ##
29 ## @example 30 ## @example
30 ## plot (@var{y}) 31 ## plot (@var{y})