diff scripts/plot/allchild.m @ 9316:c539ec5726e7

Update some of Advanced Plotting documentation. Updated functions delete, allchild, backend, clf, hold, and refreshdata.
author Rik <rdrider0-list@yahoo.com>
date Sun, 07 Jun 2009 20:12:16 -0700
parents c44db9bad841
children c776f063fefe
line wrap: on
line diff
--- a/scripts/plot/allchild.m
+++ b/scripts/plot/allchild.m
@@ -18,12 +18,12 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{h} =} allchild (@var{handles})
-## Find all children including hidden children of an object.
+## Find all children, including hidden children, of a graphics object.
 ##
 ## This function is similar to @code{get (h, "children")}, but also
 ## returns includes hidden objects.  If @var{handles} is a scalar,
-## @var{h} will be a vector, and if not, @var{h} will be a cell matrix
-## with the same size as @var{handles} and each cell will contain a
+## @var{h} will be a vector.  Otherwise, @var{h} will be a cell matrix
+## of the same size as @var{handles} and each cell will contain a
 ## vector of handles.
 ## @seealso{get, set, findall, findobj}
 ## @end deftypefn