<div dir="ltr"><div class="gmail_default">It would help if you include a sample of the code that&#39;s not working.</div><div class="gmail_default"><br></div><div class="gmail_default">You want to use &quot;gsn_text&quot; in the same way that you use &quot;gsn_polymarker&quot;, except there&#39;s an additional argument that contains the text string.  For example:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(80,0,80);font-family:&#39;courier new&#39;,monospace;font-size:16px">  txres               = True</span><br style="color:rgb(80,0,80);font-family:&#39;courier new&#39;,monospace;font-size:16px"><span style="color:rgb(80,0,80);font-family:&#39;courier new&#39;,monospace;font-size:16px">  txres@txFontColor   = &quot;Green&quot;</span><br style="color:rgb(80,0,80);font-family:&#39;courier new&#39;,monospace;font-size:16px"><span style="color:rgb(80,0,80);font-family:&#39;courier new&#39;,monospace;font-size:16px">  txres@txFontHeightF = 0.015</span><br style="color:rgb(80,0,80);font-family:&#39;courier new&#39;,monospace;font-size:16px"><span style="color:rgb(80,0,80);font-family:&#39;courier new&#39;,monospace;font-size:16px">  gsn_text(wks,mp,&quot;Washington DC&quot;,-77.26,</span><span style="color:rgb(80,0,80);font-family:&#39;courier new&#39;,monospace;font-size:16px">38.56,txres)</span><br></div><div class="gmail_default"><span style="color:rgb(80,0,80)"><font face="arial, helvetica, sans-serif"><br></font></span></div><div class="gmail_default"><span style="color:rgb(80,0,80)"><font face="arial, helvetica, sans-serif">--Mary</font></span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(80,0,80);font-family:&#39;courier new&#39;,monospace;font-size:16px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 8, 2014 at 3:40 AM, Muhammad Omer Mughal <span dir="ltr">&lt;<a href="mailto:m.mughal1@postgrad.curtin.edu.au" target="_blank">m.mughal1@postgrad.curtin.edu.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi Mary <span style="font-size:12pt"> </span></p>
<p>The location is visible in the plot as a point .Now I want to add the name of the city as text in the plot .I do see that the resource &quot;txres&quot; is mentioned in the code but when I try to add it using the tutorial &quot;Text (adding to a plot) ,the script runs
 fine but I dont see the text . Can you kindly help me with it ?<br>
</p><span class="">
<div>
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px"><b>Regards</b></div>
<div style="font-family:Tahoma;font-size:13px"><b>Muhammad Omer Mughal</b></div>
<div style="font-family:Tahoma;font-size:13px">
<div><b>Department of Applied Physics</b></div>
<div><br>
</div>
</div>
</div>
</div>
</span><div style="color:rgb(33,33,33)"><span class="">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;<br>
<b>Sent:</b> Friday, 7 November 2014 2:55 PM<br>
<b>To:</b> Muhammad Omer Mughal<br>
<b>Cc:</b> <a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
<b>Subject:</b> Re: [ncl-talk] plotgrids.ncl</font>
<div> </div>
</div>
</span><div><div class="h5"><div>
<div dir="ltr">
<div class="gmail_default" style="font-size:small">Muhammad,</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small">Many people do not know what &quot;plotgrids.ncl&quot; is.  I assume you are talking about the plotgrids.ncl associated with this page:</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default"><a href="http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/EXPERIMENTAL/wrf_show_wps_som_namelist.htm" target="_blank">http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/EXPERIMENTAL/wrf_show_wps_som_namelist.htm</a><br>
</div>
<div class="gmail_default"><br>
</div>
<div class="gmail_default">Did you actually look at this code?  At the end of this script there are some commented lines, showing you how to add a white dot at the location of Washington D.C.:</div>
<div class="gmail_default"><br>
</div>
<div class="gmail_default">
<p><span style="font-family:&#39;courier new&#39;,monospace">; Below is an example of adding a white dot over the DC location.</span><br>
</p>
<p><font face="courier new, monospace">  ;pmres = True<br>
  ;pmres@gsMarkerColor = &quot;White&quot;<br>
  ;pmres@gsMarkerIndex = 16<br>
  ;pmres@gsMarkerSizeF = 0.01<br>
  ;gsn_polymarker(wks,mp,-77.26,38.56,pmres)</font></p>
<p>You should be able to uncomment this code and change the -77.26 (longitude) and 38.56 (latitude) to whatever values you want.</p>
<p><br>
</p>
<p>--Mary</p>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Nov 7, 2014 at 3:05 AM, Muhammad Omer Mughal <span dir="ltr">
&lt;<a href="mailto:m.mughal1@postgrad.curtin.edu.au" target="_blank">m.mughal1@postgrad.curtin.edu.au</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi all<br>
</p>
<p><br>
</p>
<p>How can I add a city location to plotgrids.ncl<br>
</p>
<p><br>
</p>
<div>
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px"><b><br>
</b></div>
<div style="font-family:Tahoma;font-size:13px"><b>Regards</b></div>
<span><font color="#888888">
<div style="font-family:Tahoma;font-size:13px"><b>Muhammad Omer Mughal</b>
<div><b>Department of Applied Physics</b></div>
<div><br>
</div>
</div>
</font></span></div>
</div>
</div>
</div>
<br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div></div></div>
</div>
</div>

</blockquote></div><br></div>