<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Gabriele,<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">First, a quick tip: if an NCL graphical resource is not behaving as expected, then you can search for all of the application examples that use that resource by going to the applications page:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style><a href="http://www.ncl.ucar.edu/Applications/">http://www.ncl.ucar.edu/Applications/</a><br></div><div class="gmail_default" style><br></div><div class="gmail_default" style="font-size:small">Click on the word &quot;resources&quot; in the sentence at the top:  </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">







<p class="">[List of <a href="http://www.ncl.ucar.edu/Applications/concepts_list.shtml"><span class="">tips</span></a>, <a href="http://www.ncl.ucar.edu/Applications/res_list.shtml"><span class="">resources</span></a>, <a href="http://www.ncl.ucar.edu/Applications/func_list.shtml"><span class="">functions/procedures</span></a> and the example scripts they appear in.]</p><p class="">Wait for the page to load, and you will get a giant alphabetical list of resources and all the examples they appear in.</p></div><div class="gmail_default" style="font-size:small">Here&#39;s a direct link:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style><a href="http://www.ncl.ucar.edu/Applications/res_list.shtml#tmXBLabelFontHeightF">http://www.ncl.ucar.edu/Applications/res_list.shtml#tmXBLabelFontHeightF</a><br></div><div class="gmail_default" style><br></div><div class="gmail_default" style>Back to your problem: </div><div class="gmail_default" style><br></div><div class="gmail_default" style>When you get a message about &quot;yyyyy is not not a resource in xxxx at this time&quot;, then you first do two things:</div><div class="gmail_default" style><ol><li>Double-check that you&#39;ve spelled the resource name correctly.<br><br></li><li>Make sure you&#39;re applying it to a function that recognizes it. For example, you can&#39;t set &quot;xyLineColor&quot; when calling gsn_csm_contour.<br></li></ol><div>In your case, it seems like you are spelling it correctly, and gsn_csm_contour should accept both of those resources, so there must be something else going on.  </div><div><br></div><div>Can you try the attached script to make sure it works?  Also, can you provide your script?</div><div><br></div><div>--Mary</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 29, 2015 at 3:56 AM, Gabriele Arduini <span dir="ltr">&lt;<a href="mailto:gabriele.arduini@legi.grenoble-inp.fr" target="_blank">gabriele.arduini@legi.grenoble-inp.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear ncl-talk users,<br>
<br>
I have a problem to set the size of the tick marks in my contours plot.<br>
Looking on the resources page on the website, I am trying to use the<br>
following resources::<br>
<br>
tmYLLabelFontHeightF , tmXBLabelFontHeightF<br>
<br>
but I receive back the message during the execution:<br>
warning:tmXBLabelFontHeightF is not a valid resource in<br>
cr_sect_3x_thyadv_vect_av_300_contour.PlotManager at this time<br>
warning:tmYLLabelFontHeightF is not a valid resource in<br>
cr_sect_3x_thyadv_vect_av_300_contour.PlotManager at this time<br>
<br>
The contour function I am using is the ** gsn_csm_contour **.<br>
Should I use different resources to set the tick mark size in contour<br>
plots?<br>
<br>
Thank you in advance for the help.<br>
<br>
Regards,<br>
Gabriele Arduini<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>
</blockquote></div><br></div></div>