Re: Questions about draworder

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu Jul 25 2013 - 09:36:33 MDT

Hi Tao,

If you call gsn_polyline_ndc, gsn_text, and gsn_text_ndc before you call "draw", then the map is going to be drawn on top of all these other elements.
I would suggest calling

draw(mp)

right after:

  mp = gsn_csm_contour_map(wks,hgt,res)

or, simply don't set:

  res@gsnDraw = False

and let the gsn_csm_contour_map call actually draw the map for you. You still want to keep "gsnFrame" set to False.

Then, anything you draw after that will be on top of the map.

--Mary

On Jul 24, 2013, at 12:35 AM, astroqing wrote:

> Hi everyone,
>
> I want to draw a WRF domain with terrian height, and because the NCL function wrf_wps_dom can not fulfill this task, so I writed a script following the methods in wrf_wps_dom. (The script is attached)
>
> But after ploting, the nested domains have some problems, the area-line and domain title are covered by the map base and terrian height contours. I tried to modify the polyline, map base and contour's draworder, and problems still exist. (The wrong plot is also attached)
>
> So could you help me? Thanks a lot!
>
> Tao
>
> 2013-07-24
> <Austrian.eps><domain.ncl>_______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Jul 25 09:36:41 2013

This archive was generated by hypermail 2.1.8 : Thu Jul 25 2013 - 21:02:42 MDT