comparison scripts/plot/backend.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 09f32aac8fbc
children 74d5c1a4ca96
comparison
equal deleted inserted replaced
9039:51dc9691f23f 9040:dbd0c77e575e
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} backend (@var{name}) 20 ## @deftypefn {Function File} backend (@var{name})
21 ## @deftypefnx {Function File} backend (@var{hlist}, @var{name}) 21 ## @deftypefnx {Function File} backend (@var{hlist}, @var{name})
22 ## Change the default graphics backend to @var{name}. If the backend is 22 ## Change the default graphics backend to @var{name}. If the backend is
23 ## not already loaded, it is first initialized (initialization is done 23 ## not already loaded, it is first initialized (initialization is done
24 ## through the execution of __init_@var{name}__). 24 ## through the execution of __init_@var{name}__).
25 ## 25 ##
26 ## @var{hlist} is a list of figure handles. When given, this function 26 ## @var{hlist} is a list of figure handles. When given, this function
27 ## only switches the default backend for the corresponding figures. 27 ## only switches the default backend for the corresponding figures.
28 ## @seealso{available_backends} 28 ## @seealso{available_backends}
29 ## @end deftypefn 29 ## @end deftypefn
30 30
31 function backend (varargin) 31 function backend (varargin)