Francesco Potorti` wrote: > package octave3.0 > tags 492224 upstream > stop > > Dear Octave maintainers, > > The bug report reproduced below has been filed against the Debian > package and regards the upstream sources. The report is recorded at > http://bugs.debian.org/492224 > > Thanks, > > Version: 1:3.0.1-4 > Severity: minor > > The manual does not mention contourf. >
Changeset attached D.
# HG changeset patch # User David Bateman <[EMAIL PROTECTED]> # Date 1217118222 -7200 # Node ID 7b5870224c9dfadef931c4ee1b8b40324893b3da # Parent adea06aa57c9c9e65ea87deb9c20f3550b86975c Document contourf diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,6 @@ 2008-07-27 David Bateman <[EMAIL PROTECTED] 2008-07-27 David Bateman <[EMAIL PROTECTED]> + + * interpreter/plot.txi: Document contourf. * interpreter/plot.txi: Clarify the description of OuterPosition axes property. diff --git a/doc/interpreter/plot.txi b/doc/interpreter/plot.txi --- a/doc/interpreter/plot.txi +++ b/doc/interpreter/plot.txi @@ -123,10 +123,12 @@ shown in @ref{fig:hist}. @DOCSTRING(stem) -The @code{contour} and @code{contourc} functions produce two-dimensional -contour plots from three dimensional data. +The @code{contour}, @code{contourf} and @code{contourc} functions +produce two-dimensional contour plots from three dimensional data. @DOCSTRING(contour) + [EMAIL PROTECTED](contourf) @DOCSTRING(contourc)