Re: overlaying problem

From: debasish <debasish_at_nyahnyahspammersnyahnyah>
Date: Fri Apr 18 2014 - 09:41:50 MDT

Please check the example polyg_5.ncl
(http://www.ncl.ucar.edu/Applications/polyg.shtml)

with regards
-Deb

On 4/17/14 6:10 PM, igor akkerman wrote:
> Hi ncl-talk,
>
> To plot the time series of a simulated temperature, I have an ensemble
> mean temperature and mean temperature + and - st.deviation. The way I
> used to do it before is to overlay three lines. Now I would like to
> plot a shaded spread of temperature between st. deviation lines and
> overlay this shaded area with a line indicating the temporal change of
> an ensemble mean.
>
> Can you by looking at my plotting section tell me how I can accomplish
> that?
>
> res1@xyLineColor = "Blue"
> plot(1) = gsn_csm_xy(wks,x,CS_1,res1)
> res1@xyLineColor = "LightBlue"
> plot1 = gsn_csm_xy(wks,x,CS_1+CS_1_st,res1)
> plot11 = gsn_csm_xy(wks,x,CS_1-CS_1_st,res1)
> overlay(plot(1),plot1)
> overlay(plot(1),plot11)
>
> Thanks,
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
Debasish PaiMazumder, PhD
Postgraduate Scientist
Regional Climate Section
NCAR Earth System Laboratory
P.O. Box 3000, Boulder, CO 80307-3000
https://staff.ucar.edu/users/debasish
Tel 303 497 8228

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Apr 18 09:42:02 2014

This archive was generated by hypermail 2.1.8 : Fri Apr 18 2014 - 17:37:58 MDT