<div dir="ltr"><div>Hi Cathy,</div><div><br></div><div>the function read_colormap_file() can be used to read a colormap; it always returns an Nx4 array, where the rightmost dimension holds the red, green, blue, alpha channels. Alpha controls translucency, where 0.0 is completely transparent and 1.0 is completely opaque.  You can assign that colormap to the resource cnFillColors to be used for your contour map.</div><div><br></div><div>    <a href="http://ncl.ucar.edu/Document/Functions/Built-in/read_colormap_file.shtml">http://ncl.ucar.edu/Document/Functions/Built-in/read_colormap_file.shtml</a></div><div><br></div><div>This would be one way to set the first three levels to transparent. Determining which color indices get mapped to the first three contour levels could be tricky, however -- it may not be as simple as the first three color entries, particularly is cnSpanFillPalette is True.</div><div><br></div><div>Hope that helps...</div><div>Rick</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 7, 2019 at 1:14 AM Toni Klemm <<a href="mailto:toni-klemm@tamu.edu">toni-klemm@tamu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hi Cathy,<div><br></div><div>I had a similar problem before. It might work to duplicate the variable and replace the categories you want to be transparent with missing values. That way they won’t be colored. </div><div><br></div><div>Good luck,</div><div>Toni</div><div><br><br><div id="gmail-m_-4163779281220456141AppleMailSignature" dir="ltr"><b style="background-color:rgba(255,255,255,0);font-size:13pt">Toni Klemm</b><b style="background-color:rgba(255,255,255,0);font-size:13pt"><span>, </span><span>Ph.D.</span></b><div><span style="background-color:rgba(255,255,255,0);font-size:13pt">Postdoctoral Research Associate</span></div><div><span style="background-color:rgba(255,255,255,0);font-size:13pt">Department of Ecosystem Science and Management</span></div><div><span style="background-color:rgba(255,255,255,0);font-size:13pt">College of Agriculture and Life Sciences</span></div><div><span style="background-color:rgba(255,255,255,0);font-size:13pt">Texas A&M University, College Station, TX</span></div><div><span style="background-color:rgba(255,255,255,0);font-size:13pt">Contributor to the </span><a href="https://www.eccforum.org/" style="background-color:rgba(255,255,255,0);font-size:13pt" target="_blank">Early Career Climate Forum</a></div><div><span style="background-color:rgba(255,255,255,0);font-size:13pt"><a href="http://www.toni-klemm.de/" target="_blank">www.toni-klemm.de</a> | </span><a href="https://twitter.com/ToniKlemm" style="background-color:rgba(255,255,255,0);font-size:13pt" target="_blank">@toniklemm</a></div><div><br></div></div><div dir="ltr"><br>On Jun 6, 2019, at 11:35 PM, Cathy Smith <<a href="mailto:cathy.smith@noaa.gov" target="_blank">cathy.smith@noaa.gov</a>> wrote:<br><br></div><blockquote type="cite"><div dir="ltr"><span>NCLers</span><br><span></span><br><span>I am hoping I missed this in the doc. I'd like create a map that is colorfilled (either contour or raster). I would like the lowest 3 contour ranges to be transparent and the rest not. I can't figure out how to do this. I tried overlay and I wasn't able to not color part of a map so the overlay worked. Also, I don't see you can set an array of transparency for each color.</span><br><span></span><br><span>Any suggestions would be appreciated.</span><br><span></span><br><span>Cathy Smith</span><br><span></span><br><span>-- </span><br><span>----------------------------------------------</span><br><span>NOAA/ESRL PSD and CU CIRES</span><br><span>303-497-6263</span><br><span><a href="https://www.esrl.noaa.gov/psd/people/cathy.smith/" target="_blank">https://www.esrl.noaa.gov/psd/people/cathy.smith/</a></span><br><span></span><br><span>Emails about data/webpages may get quicker responses from emailing</span><br><span><a href="mailto:esrl.psd.data@noaa.gov" target="_blank">esrl.psd.data@noaa.gov</a></span><br><span></span><br><span>_______________________________________________</span><br><span>ncl-talk mailing list</span><br><span><a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a></span><br><span>List instructions, subscriber options, unsubscribe:</span><br><span><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></span><br></div></blockquote></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>