Plot two times series which are unevenly sampled in a single plot

Hi ,

I need to plot two times series which are unevenly sampled in a single plot which is scrollable. Each time series have different sampling and one of them may be unevenly sampled. Does plotly have the capability to handle this inconsistency? Or do I have to grid my data uniformly before plotting.

Thanks,
Arun

I think so. Sounds like you’re looking to plot two trace (e.g. Time series in JavaScript) with different x coordinates.