Re: spaghetti time series plot

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon Oct 22 2012 - 10:47:57 MDT

   N = 101
   Y = new( (/N,ntim/), "float")
   Y(0,:) = (/ ts1(...) /) ; time series 1
   Y(1,:) = (/ ts2(...) /) ; time series 2
   .....
   Y(N-2,:) = (/ ts100 /)
   Y(N-1,:) = (/ tsMean(...) /0

   plot = gsn_csm_xy(wks,time, Y, res)

On 10/22/12 10:39 AM, Dorita Rostkier-Edelstein wrote:
> Hi folks,
>
> Does anybody have an example script to plot time series of ensemble
> members, e.g., 100 members, on the x-axis the time, on the y-axis the
> variable, and there are about 100 overlaid lines? (maybe 101, I will
> also overlay the ensemble mean ;-) )
>
> Thanks.
>
> Dorita
>
>
>
>
>
> _______________________________________________
> 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 Mon Oct 22 10:48:19 2012

This archive was generated by hypermail 2.1.8 : Tue Oct 23 2012 - 11:10:04 MDT