Re: line connection in x-y plot

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Nov 15 2011 - 12:04:15 MST

   x[*], y[*]

   iGood = ind(.not.ismissing(x) .and. .not.ismissing(y))

   plot = gsn_csm_xy(wks,x(iGood),y(iGood),res)

On 11/15/11 12:00 PM, Fan Fang wrote:
> If data has a gap indicated by a fill value in x, the x-y plot usually
> do not connect the lines across this point. Is there s simple way to
> force connect between data points across fill values?
>
> The x-y plot we are drawing is a time series.
>
> Thanks.
>
> -Fan
> _______________________________________________
> 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 Tue Nov 15 12:04:25 2011

This archive was generated by hypermail 2.1.8 : Thu Nov 17 2011 - 11:50:12 MST