comparison scripts/plot/daspect.m @ 12526:f8ea3eabcb85

Add daspect, pbaspect functions to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 19 Mar 2011 12:12:57 -0700
parents b0084095098e
children d0b799dafede
comparison
equal deleted inserted replaced
12525:d36266a54202 12526:f8ea3eabcb85
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 ## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( ) 25 ## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( )
25 ## Return the data aspect ratio of the current axes. 26 ## Return the data aspect ratio of the current axes.
27 ##
26 ## @deftypefnx {Function File} {} daspect (@var{mode}) 28 ## @deftypefnx {Function File} {} daspect (@var{mode})
27 ## Set the data aspect ratio mode of the current axes. 29 ## Set the data aspect ratio mode of the current axes.
30 ##
28 ## @deftypefnx {Function File} {@var{data_aspect_ratio_mode} =} daspect ("mode") 31 ## @deftypefnx {Function File} {@var{data_aspect_ratio_mode} =} daspect ("mode")
29 ## Return the data aspect ratio mode of the current axes. 32 ## Return the data aspect ratio mode of the current axes.
33 ##
30 ## @deftypefnx {Function File} {} daspect (@var{hax}, @dots{}) 34 ## @deftypefnx {Function File} {} daspect (@var{hax}, @dots{})
31 ## Uses the axes, with handle @var{hax}, instead of the current axes. 35 ## Uses the axes, with handle @var{hax}, instead of the current axes.
32 ## 36 ##
33 ## @seealso{axis, pbaspect, xlim, ylim, zlim} 37 ## @seealso{axis, pbaspect, xlim, ylim, zlim}
34 ## @end deftypefn 38 ## @end deftypefn