# HG changeset patch # User Rik # Date 1361767113 28800 # Node ID 9720ecf8d25744bca6bba474179f03615420cf68 # Parent 1339c964b5275fcb620e3ad813058f3055211929 Fix additional warning associated with Texinfo 5.0 (bug #38392) * doc/interpreter/octave.texi: Add 3 nodes missing from plot @menu * doc/interpreter/plot.txi: Add 3 nodes missing from plot @menu diff -r 1339c964b527 -r 9720ecf8d257 doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi Sun Feb 24 07:25:56 2013 -0800 +++ b/doc/interpreter/octave.texi Sun Feb 24 20:38:33 2013 -0800 @@ -498,6 +498,9 @@ * Plot Annotations:: * Multiple Plots on One Page:: * Multiple Plot Windows:: +* Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions +* Manipulation of Plot Windows:: +* Use of the @code{interpreter} Property:: * Printing and Saving Plots:: * Interacting with Plots:: * Test Plotting Functions:: diff -r 1339c964b527 -r 9720ecf8d257 doc/interpreter/plot.txi --- a/doc/interpreter/plot.txi Sun Feb 24 07:25:56 2013 -0800 +++ b/doc/interpreter/plot.txi Sun Feb 24 20:38:33 2013 -0800 @@ -62,6 +62,9 @@ * Plot Annotations:: * Multiple Plots on One Page:: * Multiple Plot Windows:: +* Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions:: +* Manipulation of Plot Windows:: +* Use of the @code{interpreter} Property:: * Printing and Saving Plots:: * Interacting with Plots:: * Test Plotting Functions:: @@ -517,8 +520,9 @@ the second a cosine wave. Figure numbers must be positive integers. @DOCSTRING(figure) -@subsection Use of @code{axis}, @code{line}, and @code{patch} functions -@cindex use of @code{axis}, @code{line}, and @code{patch} functions + +@node Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions +@subsection Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions You can create axes, line, and patch objects directly using the @code{axes}, @code{line}, and @code{patch} functions. These objects @@ -532,8 +536,8 @@ @DOCSTRING(surface) -@subsection Manipulation of plot windows -@cindex manipulation of plot windows +@node Manipulation of Plot Windows +@subsection Manipulation of Plot Windows By default, Octave refreshes the plot window when a prompt is printed, or when waiting for input. The @@ -591,8 +595,8 @@ @DOCSTRING(closereq) +@node Use of the @code{interpreter} Property @subsection Use of the @code{interpreter} Property -@cindex use of the @code{interpreter} property All text objects, including titles, labels, legends, and text, include the property 'interpreter', this property determines the manner in which