diff doc/interpreter/plot.txi @ 8817:03b7f618ab3d

include docstrings for new functions in the manual
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 15:39:19 -0500
parents 68aa5abfd136
children eb63fbe60fab
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Thu Feb 19 17:04:28 2009 +0100
+++ b/doc/interpreter/plot.txi	Thu Feb 19 15:39:19 2009 -0500
@@ -70,6 +70,11 @@
 
 @DOCSTRING(plot)
 
+The @code{plotyy} function may be used to create a plot with two
+independent y axes.
+
+@DOCSTRING(plotyy)
+
 The functions @code{semilogx}, @code{semilogy}, and @code{loglog} are
 similar to the @code{plot} function, but produce plots in which one or
 both of the axes use log scales.
@@ -108,6 +113,18 @@
 
 @DOCSTRING(stem)
 
+@DOCSTRING(stem3)
+
+@DOCSTRING(scatter)
+
+@DOCSTRING(scatter3)
+
+@DOCSTRING(plotmatrix)
+
+@DOCSTRING(pareto)
+
+@DOCSTRING(rose)
+
 The @code{contour}, @code{contourf} and @code{contourc} functions
 produce two-dimensional contour plots from three dimensional data.
 
@@ -117,6 +134,8 @@
 
 @DOCSTRING(contourc)
 
+@DOCSTRING(contour3)
+
 The @code{errorbar}, @code{semilogxerr}, @code{semilogyerr}, and
 @code{loglogerr} functions produce plots with error bar markers.  For
 example,
@@ -167,10 +186,18 @@
 
 @DOCSTRING(quiver)
 
+@DOCSTRING(quiver3)
+
+@DOCSTRING(compass)
+
+@DOCSTRING(feather)
+
 @DOCSTRING(pcolor)
 
 @DOCSTRING(area)
 
+@DOCSTRING(comet)
+
 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.
@@ -182,6 +209,13 @@
 
 @DOCSTRING(caxis)
 
+The @code{xlim}, @code{ylim}, and @code{zlim} functions may be used to
+get or set individual axis limits.  Each has the same form.
+
+@anchor{doc-ylim}
+@anchor{doc-zlim}
+@DOCSTRING(xlim)
+
 @menu
 * Two-dimensional Function Plotting::
 @end menu
@@ -276,12 +310,22 @@
 
 @DOCSTRING(meshc)
 
+@DOCSTRING(meshz)
+
 @DOCSTRING(hidden)
 
 @DOCSTRING(surf)
 
 @DOCSTRING(surfc)
 
+@DOCSTRING(surfl)
+
+@DOCSTRING(surfnorm)
+
+@DOCSTRING(diffuse)
+
+@DOCSTRING(specular)
+
 @DOCSTRING(meshgrid)
 
 @DOCSTRING(ndgrid)
@@ -290,10 +334,15 @@
 
 @DOCSTRING(view)
 
+@DOCSTRING(slice)
+
+@DOCSTRING(ribbon)
+
 @DOCSTRING(shading)
 
 @menu
 * Three-dimensional Function Plotting::
+* Three-dimensional Geometric Shapes::
 @end menu
 
 @node Three-dimensional Function Plotting
@@ -309,6 +358,15 @@
 
 @DOCSTRING(ezsurfc)
 
+@node Three-dimensional Geometric Shapes
+@subsubsection Three-dimensional Geometric Shapes
+
+@DOCSTRING(cylinder)
+
+@DOCSTRING(sphere)
+
+@DOCSTRING(ellipsoid)
+
 @node Plot Annotations
 @subsection Plot Annotations
 
@@ -343,6 +401,8 @@
 @anchor{doc-zlabel}
 @DOCSTRING(xlabel)
 
+@DOCSTRING(clabel)
+
 @DOCSTRING(box)
 
 @DOCSTRING(grid)
@@ -508,6 +568,8 @@
 
 @DOCSTRING(ishandle)
 
+@DOCSTRING(ishghandle)
+
 @DOCSTRING(isfigure)
 
 The function @code{gcf} returns an index to the current figure object,
@@ -596,6 +658,8 @@
 
 @DOCSTRING(patch)
 
+@DOCSTRING(fill)
+
 @DOCSTRING(surface)
 
 By default, Octave refreshes the plot window when a prompt is printed,
@@ -1508,6 +1572,8 @@
 
 @DOCSTRING(addlistener)
 
+@DOCSTRING(dellistener)
+
 An example of the use of these two functions might be
 
 @example