Mercurial > hg > octave-nkf
comparison scripts/plot/area.m @ 11885:3342d1a7c4c9 release-3-0-x
spelling corrections
Here is a patch with some spelling corrections to the manual.
changeset: 8308:aeaf884ea9af
user: Brian Gough <bjg@gnu.org>
date: Fri Nov 07 09:26:17 2008 -0500
summary: [docs] assoicated => associated
author | Brian Gough<bjg@network-theory.co.uk> |
---|---|
date | Thu, 20 Nov 2008 08:39:44 +0100 |
parents | dd88d61d443f |
children |
comparison
equal
deleted
inserted
replaced
11884:cee2f0ae1dba | 11885:3342d1a7c4c9 |
---|---|
21 ## @deftypefnx {Function File} {} area (@var{x}, @var{y}, @var{lvl}) | 21 ## @deftypefnx {Function File} {} area (@var{x}, @var{y}, @var{lvl}) |
22 ## @deftypefnx {Function File} {} area (@dots{}, @var{prop}, @var{val}, @dots{}) | 22 ## @deftypefnx {Function File} {} area (@dots{}, @var{prop}, @var{val}, @dots{}) |
23 ## @deftypefnx {Function File} {} area (@var{y}, @dots{}) | 23 ## @deftypefnx {Function File} {} area (@var{y}, @dots{}) |
24 ## @deftypefnx {Function File} {} area (@var{h}, @dots{}) | 24 ## @deftypefnx {Function File} {} area (@var{h}, @dots{}) |
25 ## @deftypefnx {Function File} {@var{h} =} area (@dots{}) | 25 ## @deftypefnx {Function File} {@var{h} =} area (@dots{}) |
26 ## Area plot of cummulative sum of the columns of @var{y}. This shows the | 26 ## Area plot of cumulative sum of the columns of @var{y}. This shows the |
27 ## contributions of a value to a sum, and is functionally similar to | 27 ## contributions of a value to a sum, and is functionally similar to |
28 ## @code{plot (@var{x}, cumsum (@var{y}, 2))}, except that the area under | 28 ## @code{plot (@var{x}, cumsum (@var{y}, 2))}, except that the area under |
29 ## the curve is shaded. | 29 ## the curve is shaded. |
30 ## | 30 ## |
31 ## If the @var{x} argument is ommitted it is assumed to be given by | 31 ## If the @var{x} argument is omitted it is assumed to be given by |
32 ## @code{1 : rows (@var{y})}. A value @var{lvl} can be defined that determines | 32 ## @code{1 : rows (@var{y})}. A value @var{lvl} can be defined that determines |
33 ## where the base level of the shading under the curve should be defined. | 33 ## where the base level of the shading under the curve should be defined. |
34 ## | 34 ## |
35 ## Additional arguments to the @code{area} function are passed to the | 35 ## Additional arguments to the @code{area} function are passed to the |
36 ## @code{patch}. The optional return value @var{h} provides a handle to | 36 ## @code{patch}. The optional return value @var{h} provides a handle to |