<div dir="ltr"><div>Hello Ehsan,<br></div>Try the following.<br><br>You would need to change lat,long values in these lines. I just added randomly as an example<br>min_lat = (/36.,35.,34.,33.,32.,31./)<br>max_lat = (/38.,37.,36.,35.,34.,33./)<br>min_lon = (/44.,43.,41.,40.,39.,38./)<br>max_lon = (/51.,50.,49.,48.,47.,46./)<br><br>  boxes                        = new(dimsizes(min_lat),graphic)<br>  plres                        =  True<br>  plres@gsLineThicknessF       =  2.0        ;-- set line thickness<br><br>  do m=0,dimsizes(min_lat)-1<br>     x = (/min_lon(m), max_lon(m), max_lon(m), min_lon(m), min_lon(m)/)<br>     y = (/min_lat(m), min_lat(m), max_lat(m), max_lat(m), min_lat(m)/)<br>     boxes(m) = gsn_add_polyline(wks, plot_smap(m), x, y, plres) <br>  end do<br><br><br><div>In this way you can also change colors, thickness etc of the box lines.<br></div><div><br></div><div>Cheers,</div><div>Rashed<br></div><div><div><br></div><div><br><br></div><div><br></div><div>From: Ehsan Taghizadeh <<a href="mailto:ehsantaghizadeh@yahoo.com">ehsantaghizadeh@yahoo.com</a>><br>
To: Ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>><br>
Subject: [ncl-talk] draw different box panel<br>
Message-ID: <<a href="mailto:46793620.468602.1513577292202@mail.yahoo.com">46793620.468602.<wbr>1513577292202@mail.yahoo.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi,I want to draw different boxex (with different latitude(North, South)
 and different longitude(East,West)) for each figure in a panel(3,2). 
Attached files is the script which plot same box for each figure, and 
also output figure of it, but how could I move the box in each figure? 
The command for drawing polyline is in lines 310-312.Should I draw each 
figure separately?<br>
SincerelyEhsan<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20171218/099447c5/attachment.html" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>pipermail/ncl-talk/<wbr>attachments/20171218/099447c5/<wbr>attachment.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: smap_l3_1_2_shp_polygon.ncl<br>
Type: application/octet-stream<br>
Size: 12665 bytes<br>
Desc: not available<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20171218/099447c5/attachment.obj" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>pipermail/ncl-talk/<wbr>attachments/20171218/099447c5/<wbr>attachment.obj</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: SPL2SMP_E_20170411_22.png<br>
Type: image/png<br>
Size: 409807 bytes<br>
Desc: not available<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20171218/099447c5/attachment.png" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>pipermail/ncl-talk/<wbr>attachments/20171218/099447c5/<wbr>attachment.png</a>></div></div></div>