comparison scripts/plot/hggroup.m @ 9040:dbd0c77e575e

Cleanup documentation file plot.texi Spellcheck Stylecheck (Mostly double spaces after periods)
author Rik <rdrider0-list@yahoo.com>
date Sun, 22 Mar 2009 14:40:24 -0700
parents b74039822fd2
children 16f53d29049f
comparison
equal deleted inserted replaced
9039:51dc9691f23f 9040:dbd0c77e575e
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} hggroup () 20 ## @deftypefn {Function File} {} hggroup ()
21 ## @deftypefnx {Function File} {} hggroup (@var{h}) 21 ## @deftypefnx {Function File} {} hggroup (@var{h})
22 ## @deftypefnx {Function File} {} hggroup (@dots{}, @var{property}, @var{value}, @dots{}) 22 ## @deftypefnx {Function File} {} hggroup (@dots{}, @var{property}, @var{value}, @dots{})
23 ## Create group object with parent @var{h}. If no parent is specified, 23 ## Create group object with parent @var{h}. If no parent is specified,
24 ## the group is created in the current axes. Return the handle of the 24 ## the group is created in the current axes. Return the handle of the
25 ## group object created. 25 ## group object created.
26 ## 26 ##
27 ## Multiple property-value pairs may be specified for the group, but they 27 ## Multiple property-value pairs may be specified for the group, but they
28 ## must appear in pairs. 28 ## must appear in pairs.
29 ## @end deftypefn 29 ## @end deftypefn