diff doc/interpreter/plot.txi @ 12522:33bbae85769a

Add uimenu, uigetdir, uigetfile, and uiputfile to documentation.
author Rik <octave@nomad.inbox5.com>
date Fri, 18 Mar 2011 22:47:33 -0700
parents 8cc154f45e37
children d36266a54202
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Fri Mar 18 21:25:08 2011 -0700
+++ b/doc/interpreter/plot.txi	Fri Mar 18 22:47:33 2011 -0700
@@ -823,7 +823,8 @@
 
 The user can select points on a plot with the @code{ginput} function or
 selection the position at which to place text on the plot with the
-@code{gtext} function using the mouse.
+@code{gtext} function using the mouse.  Menus may also be created
+and populated with specific user commands via the @code{uimenu} function.
 
 @DOCSTRING(ginput)
 
@@ -831,6 +832,8 @@
 
 @DOCSTRING(gtext)
 
+@DOCSTRING(uimenu)
+
 @node Test Plotting Functions
 @subsection Test Plotting Functions