Re: xy2 plot

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Sun, 27 Jul 2008 21:52:23 -0600

If I understand the issue, you could eliminate the
missing values ( _FillValue ) for the 2nd series.
See the FAQ: Array Functions: # 3

   ii = ind( .not.ismissing( T2 ) )
   if(.not.any(ismissing(ii))) then
     TIM = time(ii)
     TT2 = T2(ii)
   end if

The series TT2 can be plotted as a line plot.

Good luck

adams_at_dca.ufcg.edu.br wrote:
> Hi all,
> I have a data set with a temperature time series for two nearby stations.
> One gives values every 10 minutes, the other every 30 minutes. Using the
> same time axis, I am having a problem plotting in gsn_csm_xy2. The 30
> minute line doesn't show up. I probably need to use markers for the 30
> minute data (this data is uses a "fill_value" for non-coinciding times).
> Can some one point me in the right direction? I can't seem to find an
> example that fits this bill.
>
> thanks,
> Dave
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sun Jul 27 2008 - 21:52:23 MDT

This archive was generated by hypermail 2.2.0 : Mon Jul 28 2008 - 09:07:16 MDT