[ncl-talk] Shapefile Polyline Plot of Different Region in Panel Plot
Atul Saini
atulsainimail at gmail.com
Mon Sep 14 06:52:21 MDT 2020
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*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200914/1cbf704b/attachment.html>
More information about the ncl-talk
mailing list