<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Dear Nanda,</div>You can use markers for placing the symbols. Assuming you have two array with the position of the buoys, say <font face="Menlo" class="">buoy_lon buoy_lat</font>, plotting the points on a map is straightforward.&nbsp;<div class=""><br class=""></div><div class=""><div class="">&nbsp;<font face="Menlo" class="">marker = gsn_add_polymarker(wks,map,buoy_lon,buoy_lat,mres)</font></div><div class=""><br class=""></div><div class="">You can control the marker size and type with marker resources <font face="Menlo" class="">mres</font>. Remember to create first a map projection with <font face="Menlo" class="">map=gsn_csm_map(wks, res)</font>.</div><div class=""><br class=""></div><div class="">Let us know if you need more explanations, but I assume that you can find a lot of examples on this on the website.&nbsp;<a href="https://www.ncl.ucar.edu/Applications/" class="">https://www.ncl.ucar.edu/Applications/</a></div><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class="Apple-interchange-newline">Guido Cioni</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="http://guidocioni.altervista.org" class="">http://guidocioni.altervista.org</a>&nbsp;</div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 15 Mar 2016, at 14:09, Nanda Kishore Reddy &lt;<a href="mailto:nandu.eng@gmail.com" class="">nandu.eng@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi NCL users,<div class=""><br class=""></div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I would like to place the moored buoy locations with a particular symbol on latitude and longitude map so, can anyone help me regarding how to set this one with NCL. &nbsp;&nbsp;<br clear="all" class=""><div class=""><div class="gmail_signature"><div dir="ltr" class=""><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div>With Kind Regards<br class=""><div class="">Nanda Kishore reddy. B<br class=""></div><div class=""><br class=""></div></div></div></div>
</div></div>
_______________________________________________<br class="">ncl-talk mailing list<br class=""><a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a><br class="">List instructions, subscriber options, unsubscribe:<br class="">http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class=""></div></blockquote></div><br class=""></div></body></html>