<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>Perhaps try writing the output from gsn_add_shapefile_polylines() to different variables, say:</div><div><br></div><div><span style="color:rgb(0,0,255)">ind_admin0 = gsn_add_shapefile_polylines(wks,plot(0),"Peninsular.shp",lnres)<br> <br> ind_admin1 = gsn_add_shapefile_polylines(wks,plot(1),"Northeast.shp",lnres)</span></div><div><span style="color:rgb(0,0,255)"><br></span></div><div><span style="color:rgb(0,0,255)">Rick<br></span></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 14, 2020 at 6:53 AM Atul Saini via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello NCL,</div><div>                    I am trying to plot the outer boundaries of two different regions in the Panel plot using the below given lines of code, but it is plotting the boundary on for the first one region. Please suggest the solution.</div><div><br></div><div><span style="color:rgb(0,0,255)">  lnres                             = True<br>  lnres@mpOutlineOn           = False<br>  lnres@gsLineColor                 = "black"<br>  lnres@gsLineThicknessF         = 0.5<br><br> ind_admin = gsn_add_shapefile_polylines(wks,plot(0),"Peninsular.shp",lnres)<br> <br> ind_admin = gsn_add_shapefile_polylines(wks,plot(1),"Northeast.shp",lnres)</span></div><div><span style="color:rgb(0,0,255)"><br></span></div><div><br></div><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><font size="4">Regards,</font></div><div><br></div><div><img src="https://docs.google.com/uc?export=download&id=1rJgOat56z2h361HUvXswhagxUqdjmqMa&revid=0Byj9ykpbAx3od2RJVmI1bHNUWW1MQkdTZGhHQ0g4RjEzbWZzPQ" width="420" height="126"></div><div><b>                                   Mob. No. +91-8130662361 / +91-9868636507</b><br></div><div>                           <br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>