comparison scripts/plot/linkprop.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
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 ## Link 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 linkprop is 26 ## An example of the use of linkprop is