Mercurial > hg > octave-nkf
comparison scripts/plot/fplot.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 | eb63fbe60fab |
children | 1bf0ce0930be |
comparison
equal
deleted
inserted
replaced
9039:51dc9691f23f | 9040:dbd0c77e575e |
---|---|
23 ## @deftypefnx {Function File} {} fplot (@dots{}, @var{fmt}) | 23 ## @deftypefnx {Function File} {} fplot (@dots{}, @var{fmt}) |
24 ## Plot a function @var{fn}, within the defined limits. @var{fn} | 24 ## Plot a function @var{fn}, within the defined limits. @var{fn} |
25 ## an be either a string, a function handle or an inline function. | 25 ## an be either a string, a function handle or an inline function. |
26 ## The limits of the plot are given by @var{limits} of the form | 26 ## The limits of the plot are given by @var{limits} of the form |
27 ## @code{[@var{xlo}, @var{xhi}]} or @code{[@var{xlo}, @var{xhi}, | 27 ## @code{[@var{xlo}, @var{xhi}]} or @code{[@var{xlo}, @var{xhi}, |
28 ## @var{ylo}, @var{yhi}]}. @var{tol} is the default tolerance to use for the | 28 ## @var{ylo}, @var{yhi}]}. @var{tol} is the default tolerance to use for the |
29 ## plot, and if @var{tol} is an integer it is assumed that it defines the | 29 ## plot, and if @var{tol} is an integer it is assumed that it defines the |
30 ## number points to use in the plot. The @var{fmt} argument is passed | 30 ## number points to use in the plot. The @var{fmt} argument is passed |
31 ## to the plot command. | 31 ## to the plot command. |
32 ## | 32 ## |
33 ## @example | 33 ## @example |