Re: how to add barplots on top on a polygon

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Wed, 18 Oct 2006 10:17:45 -0600

Hi Sang-ki,

I would try the following:

1) Add xyCurveDrawOrder="PostDraw" to your xy plot resource list.
2) if not already set, add gsnDraw = False and gsnFrame = False to your
xy-plot resource list.
3) Call gsn_csm_xy, then call gsn_add_polyline, then:
draw(wks)
frame(wks)

Also, if you are not paneling, you could try using gsn_polyline instead,
following the above method..

If these suggestions don't help please let us know...
Good luck,
Adam

Sang-ki Lee wrote:
> Hi,
>
> I am trying to add a polygon on a "gsn_csm_xy" plot. So I use
> "gsn_add_polyline" Is there a way to put the polygon behind the
> bars? I don't want my polygon blocking the bars.
>
> Thank you.
>
> Sang-ki

-- 
--------------------------------------------------------------
Adam Phillips			             asphilli_at_ucar.edu
National Center for Atmospheric Research   tel: (303) 497-1726
ESSL/CGD/CAS                               fax: (303) 497-1333
P.O. Box 3000				
Boulder, CO 80307-3000	  http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Oct 18 2006 - 10:17:45 MDT

This archive was generated by hypermail 2.2.0 : Sat Oct 21 2006 - 07:29:03 MDT