<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 (&quot;page&quot;), 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&#39;ve modified your script to do this, and also to resize the table based on the size and location of your plot. See attached.  Of course, you&#39;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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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 &quot;fatal:NhlAddOverlay: plot class mapPlotClass cannot be overlay plot member&quot;.</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> 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&#39;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> </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> </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" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>