<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 "left hand side", but labels fail to appear when tried with YR the "right hand side". Tickmarks appear but not labels. Is there some
wihitespace setting I need, and labels are just being cut off?</div>
<div><br>
</div>
<div> res@tmYLOn = False</div>
<div>
<p class="p1"><span class="s1"> res@tmYROn = True</span></p>
<p class="p1"><span class="s1"> res@tmYRMode = "Explicit"</span></p>
<p class="p1"><span class="s1"> res@tmYRValues = yvalues</span></p>
<p class="p1"><span class="s1"> res@tmYRLabels = ylabels</span></p>
<p class="p1"><span class="s1"> 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"> 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, </p>
<p class="p2">Matt</p>
<p class="p2"><br>
</p>
</div>
</div>
</body>
</html>