diff 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 (2013-06-22)
parents fa8f3955e70a
children 64e7bb01fce2
line wrap: on
line diff
--- a/scripts/plot/gco.m
+++ b/scripts/plot/gco.m
@@ -35,7 +35,7 @@
 ## callback can be interrupted by another callback and the current object
 ## can be modified.
 ##
-##@seealso{gcbo, gcf}
+##@seealso{gcbo, gcf, gca}
 ##@end deftypefn
 
 function h = gco ()