<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">You’re ncl version is many years old. &nbsp;This might not be a problem of version, but a lot of the colour functionality has improved a fair amount since 6.0.&nbsp;<div class=""><br class=""></div><div class="">Mainly. in 6.0 colours (or the nearest? equivalent) are pulled from the colormap. &nbsp;When you upgrade, colours do not have to be in the colormap and thus your named colours will be what you expect.&nbsp;</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">##############################<br class="">Alan Brammer,<div class="">Post-Doc Researcher</div><div class=""><br class=""></div><div class="">Department of Atmospheric and&nbsp;Environmental Sciences,<br class="">University at Albany,&nbsp;State University of New&nbsp;York,&nbsp;Albany, NY, 12222<div class=""><a href="mailto:abrammer@albany.edu" class="">abrammer@albany.edu</a><br class="">##############################</div></div></div></span></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 14 Mar 2016, at 16:47, Ryan Connelly &lt;<a href="mailto:rconne01@gmail.com" class="">rconne01@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><span style="font-size:12.8px" class="">I'm using V6.0.0. &nbsp;</span><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">Trying to fill in my map background in a light tan and make my state lines a dark brown.&nbsp; Should be easy, but something is bonkers.&nbsp; When I use named color variables, the state line color will sometimes plot as something else ("Brown" plots as red, "Green" plots as blue, "Grey30" plots as purple, etc.).&nbsp; I also cannot get the map fill color to be anything at all, named color or number.<div class=""><br class=""></div><div class="">Here's the section that contains my map plotting options:</div><div class=""><br class=""></div><div class=""><div class=""><font face="monospace, monospace" class="">; Set some basic resources</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; res = True</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; res@MainTitle &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "REAL-TIME WRF"</font></div><div class=""><font face="monospace, monospace" class=""><br class=""></font></div><div class=""><font face="monospace, monospace" class="">&nbsp; pltres = True</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres = True</font></div><div class=""><font face="monospace, monospace" class=""><br class=""></font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpGeophysicalLineColor &nbsp; &nbsp; &nbsp;= "orange4" ; inexplicably picks a random different color</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpNationalLineColor &nbsp; &nbsp; &nbsp; &nbsp; = "Black"</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpUSStateLineColor &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "Black"</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpLimbLineColor &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "Black"</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpPerimLineColor &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "Black"</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpMonoFillColor &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpLandFillColor &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 7 ; inexplicably doesn't do anything at all</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpGeophysicalLineThicknessF = 4.0</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpGridLineThicknessF &nbsp; &nbsp; &nbsp; &nbsp;= 2.0</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpLimbLineThicknessF &nbsp; &nbsp; &nbsp; &nbsp;= 2.0</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpNationalLineThicknessF &nbsp; &nbsp;= 2.0</font></div><div class=""><font face="monospace, monospace" class="">&nbsp; mpres@mpUSStateLineThicknessF &nbsp; &nbsp; = 2.0</font></div><div class=""><font face="monospace, monospace" class=""><br class=""></font></div><div class=""><font face="monospace, monospace" class="">&nbsp; gsn_define_colormap(wks,"BkBlAqGrYeOrReViWh200")</font></div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Ryan</div></div><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><font size="1" class="">Ryan Connelly</font></div><div dir="ltr" class=""><div dir="ltr" style="font-size:12.8px" class=""><font class=""><font size="1" class="">M.S. Student in Atmospheric Sciences,&nbsp;</font><span style="font-size:x-small" class="">Stony Brook University</span><br class=""></font></div><div dir="ltr" style="font-size:12.8px" class=""><div class=""><font class=""><font size="1" class="">B.S. in Meteorology with Minors in Mathematics and GIS,&nbsp;</font><span style="font-size:x-small" class="">Valparaiso University</span></font></div></div><div class=""><a href="mailto:rconne01@gmail.com" style="font-size:x-small" target="_blank" class="">rconne01@gmail.com</a><br class=""></div><div class=""><font size="1" class=""><a href="mailto:ryan.connelly@stonybrook.edu" target="_blank" class="">ryan.connelly@stonybrook.edu</a></font></div></div></div></div></div></div></div></div></div></div>
</div>
_______________________________________________<br class="">ncl-talk mailing list<br class=""><a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a><br class="">List instructions, subscriber options, unsubscribe:<br class="">http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class=""></div></blockquote></div><br class=""></div></body></html>