[ncl-talk] Shapefile Polyline Plot of Different Region in Panel Plot
Atul Saini
atulsainimail at gmail.com
Mon Sep 14 08:04:29 MDT 2020
Thanks a lot Dr. Brownrigg, your suggestion is important and it worked and
I got the boundary for rest of panels.
Thanks again for the important suggestion.
Regards,
* Mob. No. +91-8130662361 /
+91-9868636507*
On Mon, Sep 14, 2020 at 7:28 PM Rick Brownrigg <brownrig at ucar.edu> wrote:
> Hi,
>
> Perhaps try writing the output from gsn_add_shapefile_polylines() to
> different variables, say:
>
> ind_admin0 =
> gsn_add_shapefile_polylines(wks,plot(0),"Peninsular.shp",lnres)
>
> ind_admin1 =
> gsn_add_shapefile_polylines(wks,plot(1),"Northeast.shp",lnres)
>
> Rick
>
> On Mon, Sep 14, 2020 at 6:53 AM Atul Saini via ncl-talk <
> ncl-talk at mailman.ucar.edu> wrote:
>
>> Hello NCL,
>> 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.
>>
>> lnres = True
>> lnres at mpOutlineOn = False
>> lnres at gsLineColor = "black"
>> lnres at gsLineThicknessF = 0.5
>>
>> ind_admin =
>> gsn_add_shapefile_polylines(wks,plot(0),"Peninsular.shp",lnres)
>>
>> ind_admin =
>> gsn_add_shapefile_polylines(wks,plot(1),"Northeast.shp",lnres)
>>
>>
>> Regards,
>>
>> * Mob. No. +91-8130662361 /
>> +91-9868636507*
>>
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at mailman.ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> https://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200914/32bf2ba3/attachment.html>
More information about the ncl-talk
mailing list