diff doc/interpreter/plot.txi @ 8286:6f2d95255911

fix @seealso references to point to existing anchors
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Wed, 29 Oct 2008 17:52:54 -0400
parents 4eb77147834d
children ac7f334d9652
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Wed Oct 29 14:09:00 2008 -0400
+++ b/doc/interpreter/plot.txi	Wed Oct 29 17:52:54 2008 -0400
@@ -336,6 +336,8 @@
 
 @DOCSTRING(text)
 
+@anchor{doc-ylabel}
+@anchor{doc-zlabel}
 @DOCSTRING(xlabel)
 
 @DOCSTRING(box)
@@ -632,13 +634,16 @@
 
 @DOCSTRING(ishold)
 
-To clear the current figure, call the @code{clf} function.  To bring it
+To clear the current figure, call the @code{clf} function.  To clear the
+current axis, call the @code{cla} function. To bring the current fingure
 to the top of the window stack, call the @code{shg} function.  To delete
 a graphics object, call @code{delete} on its index.  To close the
 figure window, call the @code{close} function.
 
 @DOCSTRING(clf)
 
+@DOCSTRING(cla)
+
 @DOCSTRING(shg)
 
 @DOCSTRING(delete)
@@ -1606,7 +1611,10 @@
 
 @DOCSTRING(refreshdata)
 
+@anchor{doc-linkdata}
 @c add the description of the linkdata function here when it is written
+@c remove the explicit anchor when you add the corresponding @DOCSTRING
+@c command
 
 @node Area series
 @subsubsection Area series