diff doc/interpreter/image.txi @ 12189:9558ca33648d

Add functions reset, whitebg to documentation.
author Rik <octave@nomad.inbox5.com>
date Thu, 27 Jan 2011 20:13:45 -0800
parents fd0a3ac60b0e
children 72c96de7a403
line wrap: on
line diff
--- a/doc/interpreter/image.txi
+++ b/doc/interpreter/image.txi
@@ -127,8 +127,6 @@
 
 @DOCSTRING(colormap)
 
-@DOCSTRING(brighten)
-
 @DOCSTRING(autumn)
 
 @DOCSTRING(bone)
@@ -174,11 +172,15 @@
 
 @DOCSTRING(gmap40)
 
-You may use the @code{spinmap} function to cycle through the colors in
-the current colormap, displaying the changes for the current figure.
+The following three functions modify the existing colormap rather than
+replace it.   
+
+@DOCSTRING(brighten)
 
 @DOCSTRING(spinmap)
 
+@DOCSTRING(whitebg)
+
 @node Plotting on top of Images
 @section Plotting on top of Images