comparison doc/interpreter/plot.txi @ 12761:13bcd62824a7 stable

doc: Add documentation for gmres, rectangle to manual linear-algebra/module.mk: Add gmres.m to list of functions. gmres.m: Correct spelling in @seealso reference. octave.texi: Add reference to new menu for 2D Geometric Shapes. plot.txi: Add new menu for 2D Geometric Shapes. Add rectangle function. rectangle.m: Improve DOCSTRING aspell-octave.en.pws: Add spelling exception for PGMRES
author Rik <octave@nomad.inbox5.com>
date Mon, 20 Jun 2011 10:17:20 -0700
parents e9e35a707721
children f511bfe00d14
comparison
equal deleted inserted replaced
12760:e8fe03bfc051 12761:13bcd62824a7
71 @subsection Two-Dimensional Plots 71 @subsection Two-Dimensional Plots
72 72
73 @menu 73 @menu
74 * Axis Configuration:: 74 * Axis Configuration::
75 * Two-dimensional Function Plotting:: 75 * Two-dimensional Function Plotting::
76 * Two-dimensional Geometric Shapes::
76 @end menu 77 @end menu
77 78
78 The @code{plot} function allows you to create simple x-y plots with 79 The @code{plot} function allows you to create simple x-y plots with
79 linear axes. For example, 80 linear axes. For example,
80 81
280 @DOCSTRING(ezcontour) 281 @DOCSTRING(ezcontour)
281 282
282 @DOCSTRING(ezcontourf) 283 @DOCSTRING(ezcontourf)
283 284
284 @DOCSTRING(ezpolar) 285 @DOCSTRING(ezpolar)
286
287 @node Two-dimensional Geometric Shapes
288 @subsubsection Two-dimensional Geometric Shapes
289
290 @DOCSTRING(rectangle)
285 291
286 @node Three-Dimensional Plots 292 @node Three-Dimensional Plots
287 @subsection Three-Dimensional Plots 293 @subsection Three-Dimensional Plots
288 294
289 The function @code{mesh} produces mesh surface plots. For example, 295 The function @code{mesh} produces mesh surface plots. For example,