Mercurial > hg > octave-lyh
comparison scripts/plot/ezplot.m @ 10846:a4f482e66b65
Grammarcheck more of the documentation.
Use @noindent macro appropriately.
Limit line length to 80 characters.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 01 Aug 2010 20:22:17 -0700 |
parents | 693e22af08ae |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
10845:c0ffe159ba1a | 10846:a4f482e66b65 |
---|---|
46 ## @var{x} = @var{fx} (@var{t}) | 46 ## @var{x} = @var{fx} (@var{t}) |
47 ## @var{y} = @var{fy} (@var{t}) | 47 ## @var{y} = @var{fy} (@var{t}) |
48 ## @end group | 48 ## @end group |
49 ## @end example | 49 ## @end example |
50 ## | 50 ## |
51 ## @noindent | |
51 ## is plotted over the domain @code{-2*pi < @var{t} < 2*pi} with 500 | 52 ## is plotted over the domain @code{-2*pi < @var{t} < 2*pi} with 500 |
52 ## points. | 53 ## points. |
53 ## | 54 ## |
54 ## If @var{dom} is a two element vector, it represents the minimum and maximum | 55 ## If @var{dom} is a two element vector, it represents the minimum and maximum |
55 ## value of @var{x}, @var{y} and @var{t}. If it is a four element | 56 ## value of @var{x}, @var{y} and @var{t}. If it is a four element |