Mercurial > hg > octave-lyh
comparison scripts/plot/daspect.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | 3c6e8aaa9555 |
children | d5bd2766c640 |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
1 ## Copyright (C) 2010-2011 Ben Abbott | 1 ## Copyright (C) 2010-2011 Ben Abbott |
2 ## | 2 ## |
3 ## This file is part of Octave. | 3 ## This file is part of Octave. |
4 ## | 4 ## |
5 ## Octave is free software; you can redistribute it and/or modify it | 5 ## Octave is free software; you can redistribute it and/or modify it |
6 ## under the terms of the GNU General Public License as published by | 6 ## under the terms of the GNU General Public License as published by |
7 ## the Free Software Foundation; either version 3 of the License, or (at | 7 ## the Free Software Foundation; either version 3 of the License, or (at |
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 ## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( ) | 24 ## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( ) |
25 ## Return the data aspect ratio of the current axes. | 25 ## Return the data aspect ratio of the current axes. |
26 ## @deftypefnx {Function File} {} daspect (@var{mode}) | 26 ## @deftypefnx {Function File} {} daspect (@var{mode}) |
27 ## Set the data aspect ratio mode of the current axes. | 27 ## Set the data aspect ratio mode of the current axes. |