Mercurial > hg > octave-lyh
comparison scripts/plot/hggroup.m @ 17497:b4343603f7ab
doc: Add seealso links between hggroup, addproperty, addlistener.
* libinterp/corefcn/graphics.cc(Faddproperty, Faddlistener),
scripts/plot/hggroup.m: Add seealso links between hggroup, addproperty,
addlistener.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 25 Sep 2013 11:07:10 -0700 |
parents | 52931d71400f |
children |
comparison
equal
deleted
inserted
replaced
17496:edd15fceff14 | 17497:b4343603f7ab |
---|---|
35 ## as line objects or patch objects into a single unit which can react | 35 ## as line objects or patch objects into a single unit which can react |
36 ## appropriately. For example, the individual lines of a contour plot are | 36 ## appropriately. For example, the individual lines of a contour plot are |
37 ## collected into a single hggroup so that they can be made visible/invisible | 37 ## collected into a single hggroup so that they can be made visible/invisible |
38 ## with a single command, @code{set (hg_handle, "visible", "off")}. | 38 ## with a single command, @code{set (hg_handle, "visible", "off")}. |
39 ## | 39 ## |
40 ## @seealso{addproperty, addlistener} | |
40 ## @end deftypefn | 41 ## @end deftypefn |
41 | 42 |
42 ## Author: goffioul | 43 ## Author: goffioul |
43 | 44 |
44 function h = hggroup (varargin) | 45 function h = hggroup (varargin) |