changeset 20535:caa5de39147e stable

maint: Complete deprecation of gmap40 colormap. * NEWS: Announce deprecation of function. * image.txi: Remove gmap40 from manual.
author Rik <rik@octave.org>
date Tue, 22 Sep 2015 04:47:25 -0700
parents c0566df8cde3
children 1f330d33388f 0829b6ff3ac9
files NEWS doc/interpreter/image.txi
diffstat 2 files changed, 1 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Sep 22 04:15:51 2015 -0700
+++ b/NEWS	Tue Sep 22 04:47:25 2015 -0700
@@ -258,6 +258,7 @@
       finite               | isfinite
       fmod                 | rem
       fnmatch              | glob or regexp
+      gmap40               | ----
       loadaudio            | audioread
       luinc                | ilu or ichol
       mouse_wheel_zoom     | mousewheelzoom axes property
--- a/doc/interpreter/image.txi	Tue Sep 22 04:15:51 2015 -0700
+++ b/doc/interpreter/image.txi	Tue Sep 22 04:47:25 2015 -0700
@@ -196,15 +196,6 @@
 
 @DOCSTRING(contrast)
 
-An additional colormap is @code{gmap40}.  This code map contains only
-colors with integer values of the red, green and blue components.  This
-is a workaround for a limitation of gnuplot 4.0, that does not allow the color
-of line or patch objects to be set.  @code{gmap40} is chiefly useful to gnuplot
-4.0 users, and particularly in conjunction with the @var{bar}, @var{surf},
-and @var{contour} functions.
-
-@DOCSTRING(gmap40)
-
 The following three functions modify the existing colormap rather than
 replace it.