diff doc/interpreter/plot.txi @ 7120:a2174fb073d4

[project @ 2007-11-07 21:26:43 by jwe]
author jwe
date Wed, 07 Nov 2007 21:26:43 +0000
parents fd42779a8428
children 4246642e9f48
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Wed Nov 07 21:09:05 2007 +0000
+++ b/doc/interpreter/plot.txi	Wed Nov 07 21:26:43 2007 +0000
@@ -176,6 +176,12 @@
 
 @DOCSTRING(polar)
 
+@DOCSTRING(pie)
+
+@DOCSTRING(quiver)
+
+@DOCSTRING(pcolor)
+
 The axis function may be used to change the axis limits of an existing
 plot.
 
@@ -237,6 +243,10 @@
 
 @DOCSTRING(meshc)
 
+@DOCSTRING(surf)
+
+@DOCSTRING(surfc)
+
 @DOCSTRING(meshgrid)
 
 @DOCSTRING(ndgrid)
@@ -245,6 +255,8 @@
 
 @DOCSTRING(view)
 
+@DOCSTRING(shading)
+
 @node Plot Annotations
 @subsection Plot Annotations
 
@@ -493,6 +505,8 @@
 
 @DOCSTRING(patch)
 
+@DOCSTRING(surface)
+
 By default, Octave refreshes the plot window when a prompt is printed,
 or when waiting for input.  To force an update at other times, call the
 @code{drawnow} function.