<div dir="ltr"><div class="gmail_default" style="font-size:small">My guess is that the text is appearing on the next page because you haven&#39;t turned off the &quot;frame&quot; advance that all the gsn_csm_xxxx main plotting scripts have on by default.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you look at xy_20.ncl, you&#39;ll see that it has this resource:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">    res1@gsnFrame      = False
</pre><div><br></div><div>This tells NCL *not* to advance to the next page after <span style="color:rgb(0,0,0);white-space:pre-wrap">gsn_csm_x2y2 is called, which allows you to add text to the same page. Then, when you are done drawing to that page, you need to call the &quot;frame&quot; procedure:</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><font color="#000000"><span style="white-space:pre-wrap">frame(wks)</span></font></div><div><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">--Mary</span></font></div><div><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 23, 2015 at 2:22 AM, grace <span dir="ltr">&lt;<a href="mailto:313695096@qq.com" target="_blank">313695096@qq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span style="LINE-HEIGHT:24px"><font size="4">Hi,all:</font></span> 
<div><font size="4" style="line-height:24px">    I was learning how to add text on a XY-plot with the example xy_20.ncl on </font><span style="line-height:1.5;font-size:large"> </span><font size="4"><span style="line-height:24.545454025268555px"><a href="http://www.ncl.ucar.edu/Applications/Scripts/xy_20.ncl" target="_blank">http://www.ncl.ucar.edu/Applications/Scripts/xy_20.ncl</a>.</span></font></div><div><span style="font-size:large;line-height:1.5">   But the texts I add </span><font size="4"><span style="line-height:24.545454025268555px">move to the next page,just like this:</span></font></div><div><font size="4"><span style="line-height:24.545454025268555px"> </span></font><img style="line-height:1.5;font-size:14px"><img src="cid:02B82EAA@1EDF896D.46610256" style="font-size:14px;line-height:1.5;width:647px;min-height:679px"><span style="line-height:0px">‍</span><span style="line-height:0px">‍</span></div><div><span style="line-height:1.5;font-size:large;font-family:&#39;lucida Grande&#39;,Verdana">what should I do?</span><span style="font-size:large;line-height:24.545454025268555px"> Or do you guys have some advice?<span style="line-height:0px">‍</span></span></div>
<div><span style="LINE-HEIGHT:24px"><font size="4">   By the way,how can I make the reference vector box smaller?</font></span></div>
<div><span style="LINE-HEIGHT:24px"><font size="4">  </font></span></div>
<div><span style="LINE-HEIGHT:24px"><font size="4">    Any information will be appreciated.</font></span></div><br>_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>