comparison scripts/plot/pbaspect.m @ 11563:3c6e8aaa9555

Grammarcheck m-files before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Tue, 18 Jan 2011 20:55:01 -0800
parents fd0a3ac60b0e
children c792872f8942
comparison
equal deleted inserted replaced
11562:1811f4f8b3b5 11563:3c6e8aaa9555
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} pbaspect (@var{plot_box_aspect_ratio}) 20 ## @deftypefn {Function File} {} pbaspect (@var{plot_box_aspect_ratio})
21 ## Set the plot box aspect ratio of the current axes. The aspect ratio 21 ## Set the plot box aspect ratio of the current axes. The aspect ratio
22 ## is a normalized 3 element vector representing the rendered lengths of 22 ## is a normalized 3-element vector representing the rendered lengths of
23 ## the x, y, and z-axes. 23 ## the x, y, and z-axes.
24 ## @deftypefnx {Function File} {@var{plot_box_aspect_ratio} =} pbaspect ( ) 24 ## @deftypefnx {Function File} {@var{plot_box_aspect_ratio} =} pbaspect ( )
25 ## Return the plot box aspect ratio of the current axes. 25 ## Return the plot box aspect ratio of the current axes.
26 ## @deftypefnx {Function File} {} pbaspect (@var{mode}) 26 ## @deftypefnx {Function File} {} pbaspect (@var{mode})
27 ## Set the plot box aspect ratio mode of the current axes. 27 ## Set the plot box aspect ratio mode of the current axes.