<div dir="ltr">It&#39;ll help everyone solve this by describing how it is not working?  Also fyi these are resources not functions. <div><br></div><div><br></div><div>This works exactly as expected for me in 6.2.0 and 6.2.1.</div><div><br></div><div><br></div><div><div>x = new ( (/100,100/), float)</div><div>x = 100</div><div><br></div><div>wks = gsn_open_wks(&quot;X11&quot;,&quot;ConstFill_wks&quot;)</div><div><br></div><div>res = True</div><div>res@cnFillOn = True                 ;;;;  The contour needs to be filled to start with, for a constant value to be filled. </div><div>res@cnConstFEnableFill = True</div><div>res@cnConstFLabelOn = False</div><div><br></div><div>plot = gsn_csm_contour(wks, x, res)</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Alan Brammer<br><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 11, 2014 at 11:29 AM, Raffaele Quarta <span dir="ltr">&lt;<a href="mailto:raffaele.quarta@linksmt.it" target="_blank">raffaele.quarta@linksmt.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>






<div>


<p><font>Hi,<br>
<br>
I&#39;m using the 6.2.0 NCL version. Actually, I&#39;m dealing with the problem to plot an area with constant value.<br>
I saw that starting from the version 6.2.0, the following function is able to solve the problem.<br>
<br>
-------------------------<br>
cnConstFEnableFill<br>
<br>
Available in version 6.2.0 and later.<br>
If the boolean resource cnConstFEnableFill is set to True, then in most cases, constant or near-constant fields will be rendered as a filled area, rather than having the contoured area remain blank. By default, the constant field informational text box will still appear; turn it off by setting cnConstFLabelOn to False.<br>
<br>
In the future, cnConstFEnableFill will likely default to True, with cnConstFLabelOn defaulting to False unless contour line drawing is enabled.<br>
<br>
Default: False<br>
-----------------------<br>
<br>
I tried to use this solution but it seems not working. Maybe it a bug of the software?<br>
Can you suggest a different solution?<br>
<br>
Thank you very much.<span class="HOEnZb"><font color="#888888"><br>
<br>
Raffaele<br>
</font></span></font><span class="HOEnZb"><font color="#888888">
</font></span></p><span class="HOEnZb"><font color="#888888">

</font></span></div><span class="HOEnZb"><font color="#888888">
<pre>-- 
This email was Virus checked by Astaro Security Gateway. <a href="http://www.sophos.com" target="_blank">http://www.sophos.com</a></pre>
</font></span><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><br></div>