<div>Mary,</div><div>&nbsp;</div><div>It's very nice of you to point out the problem and give the detailed modification for adjusting the location of the table.</div><div>&nbsp;</div><div>Your use of "getvalues" and "NhlGetBB" helped me a lot. I have suceessfuly get the table and the plot in the same frame as you told. Thanks very much!</div><div>&nbsp;</div><div>With best regards!</div><div>Yi Lu</div><div>&nbsp;</div><sign signid="98"><div><div style="color: rgb(144, 144, 144); font-family: Arial Narrow; font-size: 12px;">&nbsp;</div><div style="color: rgb(144, 144, 144); font-family: Arial Narrow; font-size: 12px;"><br><br><br><br>&nbsp;</div><div style="color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px;"><div style="overflow: hidden;"><table class="preview_table"><tbody><tr><td valign="middle"><img id="preview_qrcode" src="https://exmail.qq.com/cgi-bin/setting_qrcode_card?action=qrcode_card&amp;alias=dg1225033@smail.nju.edu.cn&amp;key=33b1e5708e6a55b5"></td><td valign="middle" style="color: rgb(160, 160, 160); font-size: 12px;"><h4 class="name" style="margin: 0px; color: rgb(0, 0, 0); line-height: 28px; font-size: 14px; font-weight: bold; -ms-zoom: 1;">易路</h4><p class="department" style="margin: 0px;">南大邮件系统/学生/博士生/12级博士生</p><p class="addr" style="margin: 0px; color: rgb(160, 160, 160); line-height: 22px;">南京市汉口路22号&nbsp;</p></td></tr></tbody></table></div></div></div></sign><div></div><div>&nbsp;</div><div><includetail><div>&nbsp;</div><div>&nbsp;</div><div style="color: rgb(0, 0, 0);"><div style="padding: 2px 0px; font-family: Arial Narrow; font-size: 12px;">------------------&nbsp;Original&nbsp;------------------</div><div style="background: rgb(239, 239, 239); padding: 8px; font-size: 12px;"><div id="menu_sender"><b>From: </b>&nbsp;"Mary Haley"&lt;haley@ucar.edu&gt;;</div><div><b>Date: </b>&nbsp;Thu, Jul 28, 2016 02:42 AM</div><div><b>To: </b>&nbsp;"易路"&lt;dg1225033@smail.nju.edu.cn&gt;; <wbr></div><div><b>Cc: </b>&nbsp;"ncl-talk"&lt;ncl-talk@ucar.edu&gt;; <wbr></div><div><b>Subject: </b>&nbsp;Re: [ncl-talk] how to locate one table in the same frame with one map plot</div></div><div>&nbsp;</div><div dir="ltr"><div class="gmail_default" style="font-size: small;">Yi Lu,</div><div class="gmail_default" style="font-size: small;"><br></div><div class="gmail_default" style="font-size: small;">I misunderstood what you were trying to do with the table.</div><div class="gmail_default" style="font-size: small;"><br></div><div class="gmail_default" style="font-size: small;">If you simply want the table and the contour plot to be drawn on the same frame, then before you draw the contour plot, you need to set the gsnFrame resource to False:</div><div class="gmail_default" style="font-size: small;"><br></div><div class="gmail_default" style="font-size: small;">res@gsnFrame = False</div><div class="gmail_default" style="font-size: small;"><br></div><div class="gmail_default" style="font-size: small;">This tells gsn_csm_contour_map not to advance the frame ("page"), and hence when you draw the table, it will get drawn on the same page.</div><div class="gmail_default" style="font-size: small;"><br></div><div class="gmail_default" style="font-size: small;">I've modified your script to do this, and also to resize the table based on the size and location of your plot. See attached.&nbsp; Of course, you'll probably want to customize the table further to get the correct size fonts that you want.</div><div class="gmail_default" style="font-size: small;"><br></div><div class="gmail_default" style="font-size: small;">--Mary</div><div class="gmail_default" style="font-size: small;"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 26, 2016 at 6:56 PM, 易路 <span dir="ltr">&lt;<a href="mailto:dg1225033@smail.nju.edu.cn" target="_blank">dg1225033@smail.nju.edu.cn</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;"><div><p>Dear Mary,</p><p>I tried to use gsn_csm_blank_plot to draw the table whic I wanted to attach it under the map plot, but the table was still shown in an other new frame.</p><p>When I use overlay to put the map plot and tabel together, the showed the error "fatal:NhlAddOverlay: plot class mapPlotClass cannot be overlay plot member".</p><p>Maybe, I can only use the gsn_csm_blank_plot to show my data as displayed in the examples of <a style="font: 13.33px/16px verdana, sans-serif; margin: 0px; padding: 0px; text-align: left; color: rgb(133, 45, 133); text-transform: none; text-indent: 0px; letter-spacing: normal; text-decoration: none; word-spacing: 0px; white-space: normal; font-size-adjust: none; font-stretch: normal;" href="http://www.ncl.ucar.edu/Applications/Scripts/table_4.ncl" target="_blank">table_4.ncl</a>&nbsp;and <a style="font: 13.33px/16px verdana, sans-serif; margin: 0px; padding: 0px; text-align: left; color: rgb(133, 45, 133); text-transform: none; text-indent: 0px; letter-spacing: normal; text-decoration: none; word-spacing: 0px; white-space: normal; font-size-adjust: none; font-stretch: normal;" href="http://www.ncl.ucar.edu/Applications/Scripts/table_4.ncl" target="_blank">table_6.ncl</a>, but I need to show the geographical information of the map, so I had to use the gsn_csm_contour_map to generat the first plot.</p><p>So, would you please check the problems for me, why the tabel generated by gsn_csm_blank_plot can't be located uder the plot generated by gsn_csm_cntour_map.</p><p>Thanks your precious time and attention very much!</p><p>Yi Lu</p></div><div>&nbsp;</div><div><u></u><div style="color: rgb(144, 144, 144); font-family: Arial Narrow; font-size: 12px;"><br><br><br><br></div><div style="color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px;"><div style="overflow: hidden;"><table><tbody><tr><td valign="middle"><img src="https://exmail.qq.com/cgi-bin/setting_qrcode_card?action=qrcode_card&amp;alias=dg1225033@smail.nju.edu.cn&amp;key=33b1e5708e6a55b5"></td><td valign="middle" style="color: rgb(160, 160, 160); font-size: 12px;"><h4 style="margin: 0px; color: rgb(0, 0, 0); line-height: 28px; font-size: 14px; font-weight: bold;">易路</h4><p style="margin: 0px;">南大邮件系统/学生/博士生/12级博士生</p><p style="margin: 0px; color: rgb(160, 160, 160); line-height: 22px;">南京市汉口路22号 </p></td></tr></tbody></table></div></div><u></u></div><div>&nbsp;</div><div><u></u><u></u></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" target="_blank" rel="noreferrer">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>

</div><!--<![endif]--></includetail></div>