Re: lines covered by blue ocean

From: H.Dang <danghy_at_nyahnyahspammersnyahnyah>
Date: Wed Sep 08 2010 - 17:23:12 MDT

Hi Adam,

Thanks a lot. Finally I got it using

  llid1 = create "ll" logLinPlotClass wks
    "tfPolyDrawOrder" : "Draw" ; After V5.1.1, you can set this resource
                                ; as part of the "resp" resource list.
  end create
  overlay(plot,llid1)

instead of using "draw(plot)".

Cheers
Hongyan
On Wed, Sep 8, 2010 at 5:13 PM, Adam Phillips <asphilli@ucar.edu> wrote:

> Hi Hongyan,
> This is a draw order issue. You would like the polylines to be drawn last.
> There's a few ways to do this, but the quickest way is to set
> tfPolyDrawOrder = "PostDraw"
>
> See the examples here:
> http://www.ncl.ucar.edu/Applications/draworder.shtml
>
> Alternatively, you can try setting mpFillDrawOrder = "PreDraw"
> Adam
>
> > Hi dear all,
> >
> > I found only if I set the ocean's color to transparent, the red lines on
> > the
> > right can show up, I mean I can't choose a color like RoyalBlue for the
> > ocean. I've tried to plot the red lines at the last step, but it still
> > doesn't work. Anybody knows how to fix it? Thank you.
> >
> > res@mpOceanFillColor = "RoyalBlue"
> > ;res@mpOceanFillColor = "Transparent"
> >
> >
> > --
> > Cordially,
> > Hongyan
> > ΊθΡγ
> > _______________________________________________
> > ncl-talk mailing list
> > List instructions, subscriber options, unsubscribe:
> > http://mailman.ucar.edu/mailman/listinfo/ncl-talk
> >
>
>
>

-- 
Cordially,
Hongyan
ΊθΡγ

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Sep 8 16:23:40 2010

This archive was generated by hypermail 2.1.8 : Thu Sep 16 2010 - 11:05:24 MDT