<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">See example text_11.ncl at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/text.shtml#ex11">http://www.ncl.ucar.edu/Applications/text.shtml#ex11</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">Adding titles to both sides of an axis is one of those things we have on our list to add, but right now, this is one way to do it.</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 1, 2018 at 5:35 AM, Sujata Mandke <span dir="ltr"><<a href="mailto:amin@tropmet.res.in" target="_blank">amin@tropmet.res.in</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear NCL community,<br>
Greetings!<br>
<br>
 I wish to label both left and right y-axis<br>
 with different labels.  <br>
I had tried using following in my NCL script<br>
<br>
   res@tiYAxisSide          = "Left"<br>
   res@tiYAxisString = "correlation "  ; Left y-axis label<br>
<br>
   res@tiYAxisSide          = "Right"<br>
   res@tiYAxisString        = "OBSERVATION"  ; Right y-axis label<br>
<br>
With above settings,label appears only on left y-axis.<br>
Is there a way to label both left and right y-axis simultaneously?<br>
<br>
I am using NCL version 6.4.0 on linux machine.<br>
Please help in this regard. <br>
<br>
Any suggestion would be of great help.<br>
 Many thanks in advance.<br>
With best regards<br>
Dr. Sujata Mandke<br>
Scientist, Indian Institute of Tropical Meteorology<br>
Pune-411008,INDIA<br>
______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>