diff 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
line wrap: on
line diff
--- a/scripts/plot/daspect.m	Sat Mar 19 11:10:16 2011 -0700
+++ b/scripts/plot/daspect.m	Sat Mar 19 12:12:57 2011 -0700
@@ -17,16 +17,20 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} daspect (@var{data_aspect_ratio})
+## @deftypefn  {Function File} {} daspect (@var{data_aspect_ratio})
 ## Set the data aspect ratio of the current axes.  The aspect ratio is
 ## a normalized 3-element vector representing the span of the x, y, and
 ## z-axes limits.
+##
 ## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( )
 ## Return the data aspect ratio of the current axes.
+##
 ## @deftypefnx {Function File} {} daspect (@var{mode})
 ## Set the data aspect ratio mode of the current axes.
+##
 ## @deftypefnx {Function File} {@var{data_aspect_ratio_mode} =} daspect ("mode")
 ## Return the data aspect ratio mode of the current axes.
+##
 ## @deftypefnx {Function File} {} daspect (@var{hax}, @dots{})
 ## Uses the axes, with handle @var{hax}, instead of the current axes.
 ##