# HG changeset patch # User Rik # Date 1442922445 25200 # Node ID caa5de39147e296f545359d7a2ddcc3fae4e17d3 # Parent c0566df8cde3bfe54812e31827881ea4abba895c maint: Complete deprecation of gmap40 colormap. * NEWS: Announce deprecation of function. * image.txi: Remove gmap40 from manual. diff -r c0566df8cde3 -r caa5de39147e NEWS --- 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 diff -r c0566df8cde3 -r caa5de39147e doc/interpreter/image.txi --- 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.