diff doc/interpreter/plot.txi @ 12526:f8ea3eabcb85

Add daspect, pbaspect functions to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 19 Mar 2011 12:12:57 -0700
parents d36266a54202
children 0579a13f29a1
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Sat Mar 19 11:10:16 2011 -0700
+++ b/doc/interpreter/plot.txi	Sat Mar 19 12:12:57 2011 -0700
@@ -54,7 +54,7 @@
 
 @menu
 * Two-Dimensional Plots::       
-* Three-Dimensional Plotting::  
+* Three-Dimensional Plots::  
 * Plot Annotations::            
 * Multiple Plots on One Page::  
 * Multiple Plot Windows::       
@@ -66,6 +66,11 @@
 @node Two-Dimensional Plots
 @subsection Two-Dimensional Plots
 
+@menu
+* Axis Configuration::  
+* Two-dimensional Function Plotting::  
+@end menu
+
 The @code{plot} function allows you to create simple x-y plots with
 linear axes.  For example,
 
@@ -219,6 +224,9 @@
 
 @DOCSTRING(comet3)
 
+@node Axis Configuration
+@subsubsection Axis Configuration
+
 The axis function may be used to change the axis limits of an existing
 plot and various other axis properties, such as the aspect ratio and the
 appearance of tic marks.
@@ -237,10 +245,6 @@
 @anchor{doc-zlim}
 @DOCSTRING(xlim)
 
-@menu
-* Two-dimensional Function Plotting::  
-@end menu
-
 @node Two-dimensional Function Plotting
 @subsubsection Two-dimensional Function Plotting
 
@@ -275,8 +279,8 @@
 
 @DOCSTRING(ezpolar)
 
-@node Three-Dimensional Plotting
-@subsection Three-Dimensional Plotting
+@node Three-Dimensional Plots
+@subsection Three-Dimensional Plots
 
 The function @code{mesh} produces mesh surface plots.  For example,
 
@@ -364,10 +368,23 @@
 @DOCSTRING(scatter3)
 
 @menu
+* Aspect Ratio::
 * Three-dimensional Function Plotting::  
 * Three-dimensional Geometric Shapes::  
 @end menu
 
+@node Aspect Ratio
+@subsubsection Aspect Ratio
+
+For three-dimensional plots the aspect ratio can be set for data with
+@code{daspect} and for the plot box with @code{pbaspect}.  
+See @ref{Axis Configuration} for controlling the x-, y-, and z-limits for
+plotting.
+
+@DOCSTRING(daspect)
+
+@DOCSTRING(pbaspect)
+
 @node Three-dimensional Function Plotting
 @subsubsection Three-dimensional Function Plotting