comparison 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
comparison
equal deleted inserted replaced
12521:02e48856e486 12522:33bbae85769a
821 @node Interacting with Plots 821 @node Interacting with Plots
822 @subsection Interacting with Plots 822 @subsection Interacting with Plots
823 823
824 The user can select points on a plot with the @code{ginput} function or 824 The user can select points on a plot with the @code{ginput} function or
825 selection the position at which to place text on the plot with the 825 selection the position at which to place text on the plot with the
826 @code{gtext} function using the mouse. 826 @code{gtext} function using the mouse. Menus may also be created
827 and populated with specific user commands via the @code{uimenu} function.
827 828
828 @DOCSTRING(ginput) 829 @DOCSTRING(ginput)
829 830
830 @DOCSTRING(waitforbuttonpress) 831 @DOCSTRING(waitforbuttonpress)
831 832
832 @DOCSTRING(gtext) 833 @DOCSTRING(gtext)
834
835 @DOCSTRING(uimenu)
833 836
834 @node Test Plotting Functions 837 @node Test Plotting Functions
835 @subsection Test Plotting Functions 838 @subsection Test Plotting Functions
836 839
837 The functions @code{sombrero} and @code{peaks} provide a way to check 840 The functions @code{sombrero} and @code{peaks} provide a way to check