Mercurial > hg > octave-nkf
diff scripts/plot/hold.m @ 6713:26f3d9bf9562
[project @ 2007-06-13 10:34:14 by dbateman]
author | dbateman |
---|---|
date | Wed, 13 Jun 2007 10:34:14 +0000 |
parents | 44c91c5dfe1d |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/plot/hold.m +++ b/scripts/plot/hold.m @@ -18,7 +18,7 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Built-in Function} {} hold @var{args} +## @deftypefn {Function File} {} hold @var{args} ## Tell Octave to `hold' the current data on the plot when executing ## subsequent plotting commands. This allows you to execute a series of ## plot commands and have all the lines end up on the same figure. The