diff doc/interpreter/plot.txi @ 6502:6ab0a8767780

[project @ 2007-04-06 03:32:06 by jwe]
author jwe
date Fri, 06 Apr 2007 03:32:06 +0000
parents 9e3e58d914ca
children 5a5a09d7deb8
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Thu Apr 05 20:53:40 2007 +0000
+++ b/doc/interpreter/plot.txi	Fri Apr 06 03:32:06 2007 +0000
@@ -14,10 +14,11 @@
 * Two-Dimensional Plotting::    
 * Specialized Two-Dimensional Plots::  
 * Three-Dimensional Plotting::  
+* Manipulating Existing Plots::
 * Plot Annotations::            
 * Multiple Plots on One Page::  
 * Multiple Plot Windows::       
-@c *Exporting Plots::
+* Printing Plots::
 * Interaction with gnuplot::    
 @end menu
 
@@ -29,21 +30,23 @@
 @cindex plotting
 @cindex graphics
 
+@DOCSTRING(axes)
+
 @DOCSTRING(plot)
 
+@DOCSTRING(line)
+
+@DOCSTRING(fplot)
+
+@DOCSTRING(drawnow)
+
+@DOCSTRING(shg)
+
 @DOCSTRING(hold)
 
 @DOCSTRING(ishold)
 
-@DOCSTRING(clearplot)
-
-@DOCSTRING(shg)
-
-@DOCSTRING(closeplot)
-
-@DOCSTRING(purge_tmp_files)
-
-@DOCSTRING(axis)
+@DOCSTRING(newplot)
 
 @node Specialized Two-Dimensional Plots
 @section Specialized Two-Dimensional Plots
@@ -52,6 +55,8 @@
 
 @DOCSTRING(contour)
 
+@DOCSTRING(contourc)
+
 @DOCSTRING(hist)
 
 @DOCSTRING(loglog)
@@ -62,6 +67,8 @@
 
 @DOCSTRING(semilogy)
 
+@DOCSTRING(stem)
+
 @DOCSTRING(stairs)
 
 @DOCSTRING(errorbar)
@@ -75,7 +82,7 @@
 @node Three-Dimensional Plotting
 @section Three-Dimensional Plotting
 
-The @sc{Matlab}-style three-dimensional plotting commands are:
+@DOCSTRING(plot3)
 
 @DOCSTRING(mesh)
 
@@ -83,15 +90,44 @@
 
 @DOCSTRING(meshdom)
 
+@DOCSTRING(view)
+
+@node Manipulating Existing Plots
+@section Manipulating Existing Plots
+
+@DOCSTRING(axis)
+
+@DOCSTRING(gca)
+
+@DOCSTRING(gcf)
+
+@DOCSTRING(get)
+
+@DOCSTRING(set)
+
+@DOCSTRING(clf)
+
+@DOCSTRING(delete)
+
+@DOCSTRING(close)
+
+@DOCSTRING(closereq)
+
 @node Plot Annotations
 @section Plot Annotations
 
-@DOCSTRING(grid)
-
 @DOCSTRING(title)
 
+@DOCSTRING(legend)
+
+@DOCSTRING(text)
+
 @DOCSTRING(xlabel)
 
+@DOCSTRING(box)
+
+@DOCSTRING(grid)
+
 @node Multiple Plots on One Page
 @section Multiple Plots on One Page
 
@@ -102,8 +138,12 @@
 
 @DOCSTRING(figure)
 
-@c @node Exporting Plots
-@c FIXME -- add info about getting paper copies of plots.
+@node Printing Plots
+@section Printing Plots
+
+@DOCSTRING(print)
+
+@DOCSTRING(orient)
 
 @node Interaction with gnuplot
 @section Interaction with @code{gnuplot}