<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear NCL users
<div><br>
</div>
<div>I'm trying to put Y labels on the right hand side on my contour plot. Below are my settings tried. These work fine with YL &quot;left hand side&quot;, but labels fail to appear when tried with YR the &quot;right hand side&quot;. Tickmarks appear but not labels. Is there some
 wihitespace setting I need, and labels are just being cut off?</div>
<div><br>
</div>
<div>&nbsp; res@tmYLOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</div>
<div>
<p class="p1"><span class="s1">&nbsp;&nbsp;res@tmYROn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</span></p>
<p class="p1"><span class="s1">&nbsp; res@tmYRMode &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;Explicit&quot;</span></p>
<p class="p1"><span class="s1">&nbsp; res@tmYRValues &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = yvalues</span></p>
<p class="p1"><span class="s1">&nbsp; res@tmYRLabels &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = ylabels</span></p>
<p class="p1"><span class="s1">&nbsp; res@tmYRLabelFontHeightF = 0.015</span></p>
<p class="p2"><span class="s1"></span></p>
<p class="p2"><span class="s1"></span><br>
</p>
<p class="p1"><span class="s1">&nbsp; plot = gsn_csm_contour(xwks, var, res)</span></p>
<p class="p2"><span class="s1"></span><br>
</p>
<p class="p2"><br>
</p>
<p class="p2">thanks,&nbsp;</p>
<p class="p2">Matt</p>
<p class="p2"><br>
</p>
</div>
</div>
</body>
</html>