# HG changeset patch # User Mike Miller # Date 1373289210 14400 # Node ID 5d08a2ec7edbd6e106eaeb8fd1d92039b468cc3f # Parent bfd119642f6a6443baaa3ff6160e865bc9d814ac doc: Move graphics object functions into the right section * plot.txi: Merge node "Use of axis, line, and patch Functions" into node "Graphics Objects". * octave.texi: Remove node "Use of axis, line, and patch Functions" diff -r bfd119642f6a -r 5d08a2ec7edb doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi Sun Jul 07 19:57:38 2013 -0700 +++ b/doc/interpreter/octave.texi Mon Jul 08 09:13:30 2013 -0400 @@ -501,7 +501,6 @@ * Plot Annotations:: * Multiple Plots on One Page:: * Multiple Plot Windows:: -* Use of axis@comma{} line@comma{} and patch Functions:: * Manipulation of Plot Windows:: * Use of the @code{interpreter} Property:: * Printing and Saving Plots:: diff -r bfd119642f6a -r 5d08a2ec7edb doc/interpreter/plot.txi --- a/doc/interpreter/plot.txi Sun Jul 07 19:57:38 2013 -0700 +++ b/doc/interpreter/plot.txi Mon Jul 08 09:13:30 2013 -0400 @@ -62,7 +62,6 @@ * Plot Annotations:: * Multiple Plots on One Page:: * Multiple Plot Windows:: -* Use of axis@comma{} line@comma{} and patch Functions:: * Manipulation of Plot Windows:: * Use of the @code{interpreter} Property:: * Printing and Saving Plots:: @@ -523,23 +522,6 @@ @DOCSTRING(figure) -@node Use of axis@comma{} line@comma{} and patch Functions -@subsection Use of axis@comma{} line@comma{} and patch Functions - -You can create axes, line, and patch objects directly using the -@code{axes}, @code{line}, and @code{patch} functions. These objects -become children of the current axes object. - -@DOCSTRING(axes) - -@DOCSTRING(line) - -@DOCSTRING(patch) - -@DOCSTRING(fill) - -@DOCSTRING(surface) - @node Manipulation of Plot Windows @subsection Manipulation of Plot Windows @@ -1077,6 +1059,23 @@ @c @end group @end table +@subsubsection Creating Graphics Objects +@cindex creating graphics objects + +You can create axes, line, patch, and surface objects directly using the +@code{axes}, @code{line}, @code{patch}, @code{fill}, and @code{surface} +functions. These objects become children of the current axes object. + +@DOCSTRING(axes) + +@DOCSTRING(line) + +@DOCSTRING(patch) + +@DOCSTRING(fill) + +@DOCSTRING(surface) + @subsubsection Handle Functions @cindex handle functions