<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Deb,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This function doesn&#39;t currently allow you to control the size and density.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Try this modified version of gsn_contour_shade.ncl and let me know if this is what you want.  You will need to load this script after your other load commands, if any.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">To change the size and/or the scale, set these two new resources:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><div class="gmail_default">  opt@gsnShadeFillDotSizeF = 0.002</div><div class="gmail_default">  opt@gsnShadeFillScaleF = 0.3</div><div class="gmail_default"><br></div></div><div class="gmail_default" style="font-size:small">I didn&#39;t add the capability to do it individually for the low, high, and mid levels because this will require a bit more work. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Let me know if this is not what you want.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 8, 2017 at 11:23 PM, debasish mazumder <span dir="ltr">&lt;<a href="mailto:debasish@ucar.edu" target="_blank">debasish@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
I have used example 4<br>
(<a href="http://www.ncl.ucar.edu/Applications/Scripts/conOncon_4.ncl" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/<wbr>Applications/Scripts/conOncon_<wbr>4.ncl</a>) to shade a<br>
specific region.<br>
<br>
   opt     = True<br>
   opt@gsnShadeFillType = &quot;pattern&quot;<br>
   opt@gsnShadeLow = 17<br>
   plot2   = gsn_contour_shade(plot2, 0.05, 30, opt)<br>
<br>
How do I control size and density of the stipples in gsnShade?<br>
<br>
with regards<br>
-Deb<br>
<br>
______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">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/<wbr>mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>