diff doc/interpreter/plot.txi @ 3428:5b77cf82393c

[project @ 2000-01-14 02:54:53 by jwe]
author jwe
date Fri, 14 Jan 2000 02:55:00 +0000
parents a4cd1e9d9962
children 3234a698073a
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Thu Jan 13 09:25:59 2000 +0000
+++ b/doc/interpreter/plot.txi	Fri Jan 14 02:55:00 2000 +0000
@@ -2,7 +2,7 @@
 @c This is part of the Octave manual.
 @c For copying conditions, see the file gpl.texi.
 
-@node Plotting, Matrix Manipulation, Input and Output, Top
+@node Plotting
 @chapter Plotting
 
 All of Octave's plotting functions use @code{gnuplot} to handle the
@@ -20,6 +20,8 @@
 * Three-Dimensional Plotting::  
 * Plot Annotations::            
 * Multiple Plots on One Page::  
+* Multiple Plot Windows::       
+* Interaction with @code{gnuplot}::  
 @end menu
 
 @node Two-Dimensional Plotting, Specialized Two-Dimensional Plots, Plotting, Plotting
@@ -186,6 +188,8 @@
 
 @DOCSTRING(clearplot)
 
+@DOCSTRING(shg)
+
 @DOCSTRING(closeplot)
 
 @DOCSTRING(purge_tmp_files)
@@ -290,15 +294,9 @@
 
 @DOCSTRING(mesh)
 
-@DOCSTRING(meshdom)
-
-@DOCSTRING(gnuplot_binary)
+@DOCSTRING(meshgrid)
 
-@DOCSTRING(gnuplot_has_frames)
-
-@DOCSTRING(figure)
-
-@DOCSTRING(gnuplot_has_multiplot)
+@DOCSTRING(meshdom)
 
 @node Plot Annotations, Multiple Plots on One Page, Three-Dimensional Plotting, Plotting
 @section Plot Annotations
@@ -307,9 +305,11 @@
 
 @DOCSTRING(title)
 
+@DOCSTRING(bottom_title)
+
 @DOCSTRING(xlabel)
 
-@node Multiple Plots on One Page,  , Plot Annotations, Plotting
+@node Multiple Plots on One Page, Multiple Plot Windows, Plot Annotations, Plotting
 @section Multiple Plots on One Page
 
 The following functions all require a version of @code{gnuplot} that
@@ -328,3 +328,35 @@
 @DOCSTRING(subwindow)
 
 @DOCSTRING(top_title)
+
+@node Multiple Plot Windows, Interaction with @code{gnuplot}, Multiple Plots on One Page, Plotting
+@section Multiple Plot Windows
+
+@DOCSTRING(figure)
+
+@node Interaction with @code{gnuplot},  , Multiple Plot Windows, Plotting
+@section Interaction with @code{gnuplot}
+
+@DOCSTRING(gnuplot_binary)
+
+@DOCSTRING(gnuplot_has_frames)
+
+@DOCSTRING(gnuplot_has_multiplot)
+
+@DOCSTRING(graw)
+
+@DOCSTRING(gnuplot_command_plot)
+
+@DOCSTRING(gnuplot_command_replot)
+
+@DOCSTRING(gnuplot_command_splot)
+
+@DOCSTRING(gnuplot_command_using)
+
+@DOCSTRING(gnuplot_command_with)
+
+@DOCSTRING(gnuplot_command_axes)
+
+@DOCSTRING(gnuplot_command_title)
+
+@DOCSTRING(gnuplot_command_end)