Function: _def_graphcolormap
Class: gp_default
Section: default
C-Name: sd_graphcolormap
Prototype:
Help:
Doc: a vector of colors, to be
 used by hi-res graphing routines. Its length is arbitrary, but it must
 contain at least 3 entries: the first 3 colors are used for background,
 frame/ticks and axes respectively. All colors in the colormap may be freely
 used in \tet{plotcolor} calls.

 A color is either given as in the default by character strings or by an RGB
 code. For valid character strings, see the standard \kbd{rgb.txt} file in X11
 distributions, where we restrict to lowercase letters and remove all
 whitespace from color names. An RGB code is a vector with 3 integer entries
 between 0 and 255. For instance \kbd{[250, 235, 215]} and
 \kbd{"antiquewhite"} represent the same color. RGB codes are cryptic but
 often easier to generate.

 The default value is [\kbd{"white"}, \kbd{"black"}, \kbd{"blue"},
 \kbd{"violetred"}, \kbd{"red"}, \kbd{"green"}, \kbd{"grey"},
 \kbd{"gainsboro"}].
