<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Jie,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For XY plots, the long_name is used as the Y axis title and not the left string at the top. If you want the string to appear at the top and not on the Y axis, then set this:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><font face="monospace, monospace">res@tiYAxisString   = ""</font></div><div class="gmail_default" style="font-size:small"><font face="monospace, monospace">res@gsnLeftString   = var@long_name</font></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(34,34,34);font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><font face="monospace, monospace">res@gsnStringString = var@units      ; if desired</font></span><br></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div class="gmail_default" style="font-size:small">where "var" should be replaced by whatever your variable name is.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 5, 2018 at 2:57 AM, WUJIE <span dir="ltr"><<a href="mailto:393069045@qq.com" target="_blank">393069045@qq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi NCL experts,</div><div><br></div><div>I plot 6 xy plots in a page using gsn_panel. I expect to add a "name" for each plot to illustrate what this variable is. My past experience tells me that  (long_name) will occur since it is a default set in gsnLeftString, and this is what I want to use. <span style="line-height:1.5">However, I found the </span>gsnLeftString<span style="line-height:1.5"> does not add the long name in each plot. Does anyone can help to solve this problem?</span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">The data I use in gsn_csm_xy plot have long_name. How can I show the long_name in xy plot?</span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Thanks,</span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Jie</span></div><div><span style="line-height:1.5"></span></div><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>
<br></blockquote></div><br></div>