NCL Home >
Documentation >
Graphics >
Color Tables >
Gallery
Available in version 6.2.0 and later.

[Color index 0 = white / color index 1 = black]
[Download SVG_es_landscape_79.rgb file and put in $NCARG_ROOT/lib/ncarg/colormaps]
|
|
|
|---|---|---|
|
|
|
|
Sample NCL script usages:
;---Using the color map to define colors for contours or vectors
res@cnFillPalette = "SVG_es_landscape_79"
res@vcLevelPalette = "SVG_es_landscape_79"
;---Reading the colormap into an N x 4 (RGBA) array
cmap = read_colormap_file("SVG_es_landscape_79")
;---Using the color map to define a color map for the workstation
gsn_define_colormap(wks,"SVG_es_landscape_79")







