Mercurial > hg > octave-lyh
comparison scripts/plot/linkprop.m @ 9042:97aa01a85ea4
Merge documentation cleanup changes to main branch.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Wed, 25 Mar 2009 18:13:08 -0700 |
parents | dbd0c77e575e |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9019:12ca81f1fa99 | 9042:97aa01a85ea4 |
---|---|
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {@var{hlink} =} linkprop (@var{h}, @var{prop}) | 20 ## @deftypefn {Function File} {@var{hlink} =} linkprop (@var{h}, @var{prop}) |
21 ## Links graphics object properties, such that a change in one is | 21 ## Links graphics object properties, such that a change in one is |
22 ## propagated to the others. The properties to link are given as a | 22 ## propagated to the others. The properties to link are given as a |
23 ## string of cell string array by @var{prop} and the objects containing | 23 ## string of cell string array by @var{prop} and the objects containing |
24 ## these properties by the handle array @var{h}. | 24 ## these properties by the handle array @var{h}. |
25 ## | 25 ## |
26 ## An example of the use of linkprops is | 26 ## An example of the use of linkprops is |
27 ## | 27 ## |