<div dir="ltr"><div class="gmail_default" style="font-size:small">This type of map is reproducible in NCL, but we don't have a script that generates exactly this kind of plot.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This plot has several elements:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">1. A large map and a smaller map in the upper right corner</div><div class="gmail_default" style="font-size:small">2. A legend with markers and lines</div><div class="gmail_default" style="font-size:small">3. Some text outside and inside the two plots</div><div class="gmail_default" style="font-size:small">4. Two black-and-white labelbars</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">1. You can draw the two maps simply by using gsn_csm_map for each one.  If you need special outlines for geographical areas, then you can probably get these via a shapefile. As a start, see:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/shapefiles.shtml#ex3">http://www.ncl.ucar.edu/Applications/shapefiles.shtml#ex3</a><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/polyg.shtml#ex20">http://www.ncl.ucar.edu/Applications/polyg.shtml#ex20</a></div><div class="gmail_default"><br></div><div class="gmail_default">You can download shapefiles for Iran, Iraq, Kuwait, etc, from <a href="http://gadm.org/country">gadm.org/country</a></div><div class="gmail_default"><br></div><div class="gmail_default">2. To plot the marker and line legend, you need to use calls to gsn_polyline_ndc and gsn_polymarker_ndc. See:</div><div class="gmail_default"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/scatter.shtml#ex7">http://www.ncl.ucar.edu/Applications/scatter.shtml#ex7</a></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/polyg.shtml#ex18">http://www.ncl.ucar.edu/Applications/polyg.shtml#ex18</a><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/legend.shtml#ex7">http://www.ncl.ucar.edu/Applications/legend.shtml#ex7</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">3. To draw various text strings both inside and outside a plot, you need to use gsn_add_text for inside the plot, and gsn_text_ndc for outside the plot. See the various examples on the text examples page:</div><div class="gmail_default"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/text.shtml">http://www.ncl.ucar.edu/Applications/text.shtml</a></div><div class="gmail_default"><br></div><div class="gmail_default">4. To create a labelbar, use gsn_create_labelbar.  There are many examples of this.  See:</div><div class="gmail_default"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/polyg.shtml#ex8">http://www.ncl.ucar.edu/Applications/polyg.shtml#ex8</a><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/annotate.shtml#ex2">http://www.ncl.ucar.edu/Applications/annotate.shtml#ex2</a><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/maponly.shtml#ex15">http://www.ncl.ucar.edu/Applications/maponly.shtml#ex15</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">Good luck! </div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 21, 2017 at 5:40 AM, Setareh Rahimi <span dir="ltr"><<a href="mailto:setareh.rahimi@gmail.com" target="_blank">setareh.rahimi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear all, <div><br></div><div>I need to have a map like what has been attached. Please advice me if this possible to make such a map by NCL or not. If yes please kindly help me in this regard.</div><div><br></div><div>Look forward to hearing from you.</div><div><br></div><div>Best wishes,<span class="HOEnZb"><font color="#888888"><br clear="all"><div><br></div>-- <br><div class="m_-8536852043827439003gmail_signature" data-smartmail="gmail_signature">S.Rahimi<br><br></div>
</font></span></div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>