<p dir="ltr">Don't use mpFillColor. Use a combination of mpLandFillColor, mpOceanFillColor, and mpInlandWaterFillColor. These are your desired resources.<br></p>
<p dir="ltr">Kyle</p>
<div class="gmail_quote">On Sep 7, 2014 4:56 PM, "Matthew Fearon" <<a href="mailto:Matthew.Fearon@dri.edu">Matthew.Fearon@dri.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Dear NCL Users,
<div><br>
</div>
<div>What is the correct method for filling in inland water bodies with a specified color. Here's the resources I have been experimenting with, but none seem to work, eg, inland lakes are consistently colored white not grey81. Thanks, Matt</div>
<div><br>
</div>
<div><br>
</div>
<div>
<p>mpres = True</p>
<p>;mpres@mpDataBaseVersion = "Ncarg4_0"</p>
<p>;mpres@mpDataSetName = "Earth..4"</p>
<p>mpres@mpNationalLineColor = "black"</p>
<p>mpres@mpNationalLineThicknessF = 2</p>
<p>mpres@mpGeophysicalLineColor = "black"</p>
<p>mpres@mpGeophysicalLineThicknessF = 2</p>
<p>mpres@mpProvincialLineColor = "black"</p>
<p>mpres@mpProvincialLineThicknessF = 3</p>
<p>mpres@mpFillOn = True</p>
<p>mpres@mpMonoFillColor = True</p>
<p>mpres@mpFillColor = "grey81"</p>
<p>mpres@mpFillAreaSpecifiers = "water" ;"inlandwater"</p>
<p>mpres@mpSpecifiedFillColors = "grey81"</p>
</div>
</div>
</div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div>