<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class="">I'm trying to plot filled contour of wind speed overlaid on a map. In order to mask small values of winds I've both masked the original data and set the first color of the color palette as transparent, i.e. </div><div class=""><br class=""></div><div class=""><div class=""><font face="Menlo" class="">cmap_r=read_colormap_file("wind_17lev")</font></div><div class=""><font face="Menlo" class="">cmap_r(0,3)=0.0</font></div><div class=""><font face="Menlo" class="">ResC@cnFillPalette= cmap_r</font></div></div><div class=""><br class=""></div><div class="">However, when drawing with ResC@cnFillMode = "RasterFill", this causes the Missing Values to be coloured with white instead that being transparent, as you can see in the attached picture. </div><div class=""><br class=""></div><div class=""></div></body></html>