<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Thanks Mary. It works.</p>
<p>-Deb<br>
</p>
<br>
<div class="moz-cite-prefix">On 3/9/17 12:14 PM, Mary Haley wrote:<br>
</div>
<blockquote
cite="mid:CACNN_CLUdZsLdPTkNJ7kMApqVwuZg1DX8NNUO13ocMq9r-70cA@mail.gmail.com"
type="cite">
<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'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'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"><<a
moz-do-not-send="true" href="mailto:debasish@ucar.edu"
target="_blank">debasish@ucar.edu</a>></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 moz-do-not-send="true"
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 = "pattern"<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 moz-do-not-send="true" href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a moz-do-not-send="true"
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>
</blockquote>
<br>
</body>
</html>