<div>Hi all,</div><div>&nbsp;</div><div>I used the functions of gsn_csm_contour_map and gsn_table to form a plot and a table.&nbsp;To puting them in one frame, I tried to use the function of overlay,&nbsp;but when I set plot2=gsn_table(......), overlay(plot1,plot2), frame(wks), it showed errors of "fatal:syntax error: line 121 in file ts_picture.ncl before or near gsn_table". Will you please check the problem for me? Thanks to all!</div><div>&nbsp;</div><div>the related script are as follows, and the whole script is uploaded&nbsp;to the attachment</div><div>&nbsp;</div><div>;;;;;;;;;;high related script ;;;;;;;;;;;;;;;;;;</div><div>plot=gsn_csm_contour_map(wks,Ts,res)</div><div>;set the table<br>ncr&nbsp; =(/2,5/)<br>x&nbsp;&nbsp;&nbsp; =(/0.1,0.6/)<br>y&nbsp;&nbsp;&nbsp; =(/0.1,0.2/)<br>text =(/ (/"BIAS","FAR","POD","POFD","HSS"/),\ <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (/"0","0","0","0","0"/)/)</div><div>restbl =True<br><a href="mailto:restbl@txFontHeightF">restbl@txFontHeightF</a> =0.03<br><a href="mailto:restbl@gsFillColor">restbl@gsFillColor</a>&nbsp;&nbsp; ="transparent"</div><div>gsn_table(wks,ncr,x,y,text,restbl)</div><div>&nbsp;</div><div>frame(wks)</div><div>&nbsp;</div><div>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</div><div>Sincerely,</div><div>Yi Lu</div>