Mercurial > hg > octave-nkf
comparison scripts/plot/gco.m @ 16808:772f51539af8
doc: Add gco() to documentation.
* doc/interpreter/plot.txi: Add gco() to manual.
* scripts/plot/gco.m: Add seealso links to docstring.
* scripts/plot/gcbf.m: Re-arrange seealso links. Improve docstring.
* scripts/plot/gcbo.m: Rewrite second paragraph of docstring.
Add seealso link to gco.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 22 Jun 2013 11:16:04 -0700 |
parents | fa8f3955e70a |
children | 64e7bb01fce2 |
comparison
equal
deleted
inserted
replaced
16807:2fd22fbaffa3 | 16808:772f51539af8 |
---|---|
33 ## Note that the value returned by this function is not necessarily the same | 33 ## Note that the value returned by this function is not necessarily the same |
34 ## as the one returned by gcbo during callback execution. An executing | 34 ## as the one returned by gcbo during callback execution. An executing |
35 ## callback can be interrupted by another callback and the current object | 35 ## callback can be interrupted by another callback and the current object |
36 ## can be modified. | 36 ## can be modified. |
37 ## | 37 ## |
38 ##@seealso{gcbo, gcf} | 38 ##@seealso{gcbo, gcf, gca} |
39 ##@end deftypefn | 39 ##@end deftypefn |
40 | 40 |
41 function h = gco () | 41 function h = gco () |
42 | 42 |
43 h = get (get (0, "currentfigure"), "currentobject"); | 43 h = get (get (0, "currentfigure"), "currentobject"); |