Mercurial > hg > octave-lyh
diff scripts/plot/ginput.m @ 17494:710309214e0d
doc: Add seealso links between waitfor, waitforbuttonpress, and ginput.
* libinterp/corefcn/graphics.cc(Fwaitfor): Put objective of function in first line
of docstring. Add seealso link to waitforbuttonpress.
* scripts/plot/ginput.m: Add seealso link to waitforbuttonpress.
* scripts/plot/waitforbuttonpress.m: Add seealso link to kbhit.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 25 Sep 2013 10:09:33 -0700 |
parents | eaab03308c0b |
children |
line wrap: on
line diff
--- a/scripts/plot/ginput.m +++ b/scripts/plot/ginput.m @@ -30,7 +30,7 @@ ## was clicked in the units of the current axes. The return value @var{button} ## is 1, 2, or 3 for the left, middle, or right button. If a key is pressed ## the ASCII value is returned in @var{button}. -## @seealso{gtext} +## @seealso{gtext, waitforbuttonpress} ## @end deftypefn function varargout = ginput (n)