
NCL Home >
Documentation >
Graphics >
Color Tables >
Gallery
[Color index 0 = white / color index 1 = black]
[Download srip_reanalysis.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 = "srip_reanalysis" res@vcLevelPalette = "srip_reanalysis" ;---Reading the colormap into an N x 4 (RGBA) array cmap = read_colormap_file("srip_reanalysis") ;---Using the color map to define a color map for the workstation gsn_define_colormap(wks,"srip_reanalysis")