comparison scripts/plot/graphics_toolkit.m @ 12377:e23ceb3fb1b6 release-3-4-x

Periodic grammarcheck of documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 05 Feb 2011 12:58:34 -0800
parents 8ac9687dbe9f
children fb5955171b0b
comparison
equal deleted inserted replaced
12376:3e34ad1d31df 12377:e23ceb3fb1b6
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} graphics_toolkit (@var{name}) 20 ## @deftypefn {Function File} {} graphics_toolkit (@var{name})
21 ## @deftypefnx {Function File} {} graphics_toolkit (@var{hlist}, @var{name}) 21 ## @deftypefnx {Function File} {} graphics_toolkit (@var{hlist}, @var{name})
22 ## Change the default graphics graphics toolkit to @var{name}. If the 22 ## Change the default graphics toolkit to @var{name}. If the
23 ## toolkit is not already loaded, it is first initialized by calling the 23 ## toolkit is not already loaded, it is first initialized by calling the
24 ## function @code{__init_@var{name}__}. 24 ## function @code{__init_@var{name}__}.
25 ## 25 ##
26 ## When called with a list of figure handles, @var{hlist}, the graphics 26 ## When called with a list of figure handles, @var{hlist}, the graphics
27 ## toolkit is changed only for the listed figures. 27 ## toolkit is changed only for the listed figures.