comparison scripts/plot/clf.m @ 9752:51c21837686f

Period spellcheck of Octave documentation to check and fix newly added DOCSTRINGS
author Rik <rdrider0-list@yahoo.com>
date Thu, 22 Oct 2009 20:25:08 -0700
parents c539ec5726e7
children 95c3e38098bf
comparison
equal deleted inserted replaced
9751:2b0cc0b6db61 9752:51c21837686f
20 ## @deftypefn {Function File} {} clf () 20 ## @deftypefn {Function File} {} clf ()
21 ## @deftypefnx {Function File} {} clf ("reset") 21 ## @deftypefnx {Function File} {} clf ("reset")
22 ## @deftypefnx {Function File} {} clf (@var{hfig}) 22 ## @deftypefnx {Function File} {} clf (@var{hfig})
23 ## @deftypefnx {Function File} {} clf (@var{hfig}, "reset") 23 ## @deftypefnx {Function File} {} clf (@var{hfig}, "reset")
24 ## Clear the current figure window. @code{clf} operates by deleting child 24 ## Clear the current figure window. @code{clf} operates by deleting child
25 ## graphics objects with visible handles (@code{HandleVisibility} = on). 25 ## graphics objects with visible handles (@code{handlevisibility} = on).
26 ## If @var{hfig} is specified operate on it instead of the current figure. 26 ## If @var{hfig} is specified operate on it instead of the current figure.
27 ## If the optional argument @code{"reset"} is specified, all objects including 27 ## If the optional argument @code{"reset"} is specified, all objects including
28 ## those with hidden handles are deleted. 28 ## those with hidden handles are deleted.
29 ## @seealso{cla, close, delete} 29 ## @seealso{cla, close, delete}
30 ## @end deftypefn 30 ## @end deftypefn