<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p style="font-family: Calibri, Arial, Helvetica, sans-serif;">Hello,</p>
<p style="font-family: Calibri, Arial, Helvetica, sans-serif;"><br>
</p>
<p style="font-family: Calibri, Arial, Helvetica, sans-serif;"><span style="font-size: 12pt;">I am trying to give explicit right side Y-axis labels but for some&nbsp;reason unable to get them on the plot.&nbsp;</span>&nbsp;<span style="font-size: 12pt;">Can someone&nbsp;please
 let me know if I am missing anything?&nbsp;</span></p>
<p style="font-family: Calibri, Arial, Helvetica, sans-serif;"><br>
</p>
<p style="font-family: Calibri, Arial, Helvetica, sans-serif;"><u>Code :</u></p>
<p style="font-family: Calibri, Arial, Helvetica, sans-serif;"><br>
</p>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; plot mods desired</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@gsnDraw &nbsp; &nbsp; &nbsp; &nbsp; = False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; don't draw</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@gsnFrame &nbsp; &nbsp; &nbsp; &nbsp;= False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; don't advance frame</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;"><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@tiYAxisString = &quot;&quot;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@tiXAxisString = &quot;&quot;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;"><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@xyLineColor = &quot;Red&quot;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;"><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@tmYROn &nbsp; &nbsp; = True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; turn on the YR tickmarks</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@tmYUseLeft = False</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@tmYRLabelsOn = True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; turn the YR labels on</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@tmYRMode = &quot;Explicit&quot; &nbsp;; explicitly set Y-axis labels</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@tmYRValues = (/&quot;640&quot;,&quot;2200&quot;,&quot;6700&quot;,&quot;10000&quot;,&quot;12500&quot;,&quot;14100&quot;/)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; resL@tmYRLabels = (/&quot;640&quot;,&quot;2200&quot;,&quot;6700&quot;,&quot;10000&quot;,&quot;12500&quot;,&quot;14100&quot;/)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;"><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; plot1(0) = gsn_csm_xy(wks1,lat_avg,theta_P1(0,:,:),resL)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; plot1(1) = gsn_csm_xy(wks1,lat_avg,theta_P2(0,:,:),resL)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; plot1(2) = gsn_csm_xy(wks1,lat_avg,theta_P3(0,:,:),resL)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">&nbsp; plot1(3) = gsn_csm_xy(wks1,lat_avg,theta_P4(0,:,:),resL)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;"><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;">
<div>&nbsp;resP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; modify the panel plot</div>
<div>&nbsp;resP@gsnFrame &nbsp; &nbsp; &nbsp; &nbsp; = False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; don't advance panel plot</div>
<div>&nbsp;resP@gsnPanelLabelBar = True</div>
<div>
<div>&nbsp;resP@gsnPanelFigureStrings= (/&quot;JFM&quot;,&quot;AMJ&quot;,&quot;JAS&quot;,&quot;OND&quot;/) ; add strings to panel</div>
<div>&nbsp;resP@amJust &nbsp; = &quot;TopLeft&quot;</div>
gsn_panel(wks1,plot1,(/2,2/),resP) &nbsp;;draw panel plot<br>
</div>
<div><br>
</div>
<div>
<div>&nbsp;txresP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</div>
<div>&nbsp;txresP@txAngleF &nbsp; &nbsp; &nbsp;= 90. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Rotate string clockwise</div>
<div>&nbsp;txresP@txFontHeightF = 0.02</div>
<div>&nbsp;gsn_text_ndc(wks1,&quot;Potential Temperature(theta)&quot;,0.085,0.5,txresP) ; add the common left y-axis
</div>
<div><span style="font-size: 12pt;">&nbsp;gsn_text_ndc(wks1,&quot;Latitude (degree)&quot;,0.5,0.095,txresP); add the common bottom x-axis label</span></div>
<br>
</div>
<div><span style="font-size: 12pt;">&nbsp;frame(wks1)</span><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks in advance,</div>
<div>Pradeepa.</div>
<div><br>
</div>
</div>
</div>
</body>
</html>