Mercurial > hg > octave-lyh
diff scripts/plot/ezpolar.m @ 9040:dbd0c77e575e
Cleanup documentation file plot.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 14:40:24 -0700 |
parents | e70789e0cd92 |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/plot/ezpolar.m +++ b/scripts/plot/ezpolar.m @@ -23,13 +23,13 @@ ## @deftypefnx {Function File} {} ezpolar (@var{h}, @dots{}) ## @deftypefnx {Function File} {@var{h} =} ezpolar (@dots{}) ## -## Plots in polar plot defined by a function. The function @var{f} is either +## Plots in polar plot defined by a function. The function @var{f} is either ## a string, inline function or function handle with one arguments defining -## the function. By default the plot is over the domain @code{0 < @var{x} < +## the function. By default the plot is over the domain @code{0 < @var{x} < ## 2*pi} with 60 points. ## ## If @var{dom} is a two element vector, it represents the minimum and maximum -## value of both @var{t}. @var{n} is a scalar defining the number of points to +## value of both @var{t}. @var{n} is a scalar defining the number of points to ## use. ## ## The optional return value @var{h} provides a list of handles to the