[ncl-talk] Disappearing dots

Rashed Mahmood rashidcomsis at gmail.com
Mon Jul 8 01:44:19 MDT 2019


Hi Barry,
A quick look suggests that it may be related to not specifying unique ids
for markid and textid:
    markid = gsn_add_polymarker(wks,plots(0),lon,lat,mkres)
    textid = gsn_add_text(wks,plots(0),cities,lon,lat,txres)

Next lines should have,
markid*1 *= gsn_add_polymarker(wks,plots(0),lon,lat,mkres)
textid*1* = gsn_add_text(wks,plots(0),cities,lon,lat,txres)

and so on...

Cheers

Rashed


On Mon, Jul 8, 2019 at 7:51 AM Barry Lynn via ncl-talk <ncl-talk at ucar.edu>
wrote:

> Hello:
>
> For some reason, the markid only appears on the last graph, but not the
> first two.  Yet, the "call" to each is the same.  I had this problem in
> other programs I wrote.
>
> If you have a suggestion, thank you,
>
> Barry
> --
> Barry H. Lynn, Ph.D
> Senior Associate Scientist, Lecturer,
> The Institute of the Earth Science,
> The Hebrew University of Jerusalem,
> Givat Ram, Jerusalem 91904, Israel
> Tel: 972 547 231 170
> Fax: (972)-25662581
>
> C.E.O, Weather It Is, LTD
> Weather and Climate Focus
> http://weather-it-is.com
> Jerusalem, Israel
> Local: 02 930 9525
> Cell: 054 7 231 170
> Int-IS: x972 2 930 9525
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190708/21d6518c/attachment.html>


More information about the ncl-talk mailing list