diff scripts/plot/backend.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 16f53d29049f
children 1740012184f9
line wrap: on
line diff
--- a/scripts/plot/backend.m	Mon Jun 08 14:57:41 2009 +0200
+++ b/scripts/plot/backend.m	Sun Jun 07 20:12:16 2009 -0700
@@ -21,10 +21,10 @@
 ## @deftypefnx {Function File} {} backend (@var{hlist}, @var{name})
 ## Change the default graphics backend to @var{name}.  If the backend is
 ## not already loaded, it is first initialized (initialization is done
-## through the execution of __init_@var{name}__).
+## through the execution of @code{__init_@var{name}__}).
 ##
-## @var{hlist} is a list of figure handles.  When given, this function
-## only switches the default backend for the corresponding figures.
+## When called with a list of figure handles, @var{hlist}, the backend is
+## changed only for the listed figures.
 ## @seealso{available_backends}
 ## @end deftypefn