generate lines plot more than 100 lines

From: Xi Chang <xi.chang01_at_nyahnyahspammersnyahnyah>
Date: Fri May 16 2014 - 13:19:00 MDT

Dear NCL,

I have daily noleap data (365 x 100 = 36500 timesteps)
I would like to have xy line plots for each year is one line and one color,
therefore in the end I'd have 100 lines+colors,
Is ther any easy or trciky way to do that in NCL?

do i=0 dimsizes(data)-1
   plot(i)=...
   if i%365=0
  break
end do

I still got some errors

Thanks for any help.

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri May 16 13:19:14 2014

This archive was generated by hypermail 2.1.8 : Tue May 20 2014 - 10:18:04 MDT