[ncl-talk] Disappearing dots

Barry Lynn barry.h.lynn at gmail.com
Mon Jul 8 03:33:41 MDT 2019


Here is the answer:

  resP                = True                ; panel only resources

  resP at gsnMaximize    = True                ; maximize plots

  *resP at gsnPanelYWhite**SpacePercent = 13       ; Add white space b/w
plots.*

    gsn_panel(wks,(/plots/),(/3,1/),resP)

On Mon, Jul 8, 2019 at 12:13 PM Barry Lynn <barry.h.lynn at gmail.com> wrote:

> Hi:
>
> That was absolutely the correct solution -- thank you.
>
> Are you aware of a way to increase the spacing between maps?  I am using
> wrf resources so this is very obtuse.
>
> Barry
>
> On Mon, Jul 8, 2019 at 10:44 AM Rashed Mahmood <rashidcomsis at gmail.com>
> wrote:
>
>> 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
>>
>>
>
> --
> 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
>
>

-- 
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190708/0bea379e/attachment.html>


More information about the ncl-talk mailing list