From: Raphael Attie on
Hi,

I made a timeseries-class object, containing unevenly sampled data. However, some gaps are too big to use any interpolation. Yet I would like to plot the timeseries, with the data-points joined by a standard line '-', except in the long gaps (otherwise, it does some sort of unphysical straight bridge-like lines). I do not wish to only use ticks like '+'.
I am not sure what is the best. Is there a way to resample this without interpolating within too long gaps , and putting NaN instead ? And/or Is there a way to avoid joining the data points separated by a certain gap with the plotting command ?

Thanks