Mercurial > hg > octave-nkf
diff scripts/plot/ishold.m @ 12546:39ca02387a32
Improve docstrings for a number of functions.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 28 Mar 2011 16:38:13 -0700 |
parents | 3c6e8aaa9555 |
children | be7bfd59300a |
line wrap: on
line diff
--- a/scripts/plot/ishold.m +++ b/scripts/plot/ishold.m @@ -17,9 +17,13 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Command} {} ishold +## @deftypefn {Command} {} ishold +## @deftypefnx {Function File} {} ishold (@var{h}) ## Return true if the next plot will be added to the current plot, or ## false if the plot device will be cleared before drawing the next plot. +## +## Optionally, operate on the graphics handle @var{h} rather than the current +## plot. ## @seealso{hold} ## @end deftypefn