Mercurial > hg > octave-lyh
comparison scripts/plot/daspect.m @ 12575:d0b799dafede
Grammarcheck files for 3.4.1 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 04 Apr 2011 15:33:46 -0700 |
parents | f8ea3eabcb85 |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
12574:89604fa96d2f | 12575:d0b799dafede |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} daspect (@var{data_aspect_ratio}) | 20 ## @deftypefn {Function File} {} daspect (@var{data_aspect_ratio}) |
21 ## Set the data aspect ratio of the current axes. The aspect ratio is | 21 ## Set the data aspect ratio of the current axes. The aspect ratio is |
22 ## a normalized 3-element vector representing the span of the x, y, and | 22 ## a normalized 3-element vector representing the span of the x, y, and |
23 ## z-axes limits. | 23 ## z-axes limits. |
24 ## | 24 ## |
25 ## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( ) | 25 ## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( ) |
30 ## | 30 ## |
31 ## @deftypefnx {Function File} {@var{data_aspect_ratio_mode} =} daspect ("mode") | 31 ## @deftypefnx {Function File} {@var{data_aspect_ratio_mode} =} daspect ("mode") |
32 ## Return the data aspect ratio mode of the current axes. | 32 ## Return the data aspect ratio mode of the current axes. |
33 ## | 33 ## |
34 ## @deftypefnx {Function File} {} daspect (@var{hax}, @dots{}) | 34 ## @deftypefnx {Function File} {} daspect (@var{hax}, @dots{}) |
35 ## Uses the axes, with handle @var{hax}, instead of the current axes. | 35 ## Use the axes, with handle @var{hax}, instead of the current axes. |
36 ## | 36 ## |
37 ## @seealso{axis, pbaspect, xlim, ylim, zlim} | 37 ## @seealso{axis, pbaspect, xlim, ylim, zlim} |
38 ## @end deftypefn | 38 ## @end deftypefn |
39 | 39 |
40 ## Author: Ben Abbott <bpabbott@mac.com> | 40 ## Author: Ben Abbott <bpabbott@mac.com> |