[ncl-talk] Shapefile Polyline Plot of Different Region in Panel Plot
Rick Brownrigg
brownrig at ucar.edu
Mon Sep 14 07:58:18 MDT 2020
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/11698832/attachment.html>
More information about the ncl-talk
mailing list