changeset 6877:ab11bdb09820

[project @ 2007-09-07 05:12:32 by jwe]
author jwe
date Fri, 07 Sep 2007 05:12:32 +0000
parents 9fcfc9fe7d79
children ceb2e732b0fb
files doc/interpreter/plot.txi
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Fri Sep 07 00:00:39 2007 +0000
+++ b/doc/interpreter/plot.txi	Fri Sep 07 05:12:32 2007 +0000
@@ -49,6 +49,8 @@
 
 @DOCSTRING(bar)
 
+@DOCSTRING(barh)
+
 @DOCSTRING(contour)
 
 @DOCSTRING(contourc)
@@ -59,6 +61,8 @@
 
 @DOCSTRING(polar)
 
+@DOCSTRING(patch)
+
 @DOCSTRING(semilogx)
 
 @DOCSTRING(semilogy)
@@ -103,6 +107,8 @@
 
 @DOCSTRING(set)
 
+@DOCSTRING(ancestor)
+
 @DOCSTRING(clf)
 
 @DOCSTRING(delete)
@@ -111,6 +117,8 @@
 
 @DOCSTRING(closereq)
 
+@DOCSTRING(ishandle)
+
 @DOCSTRING(isfigure)
 
 @node Plot Annotations
@@ -148,6 +156,8 @@
 @node Test Plotting Functions
 @section Test Plotting Functions
 
+@DOCSTRING(sombrero)
+
 @DOCSTRING(peaks)
 
 @node Interaction with gnuplot