Cufflinks connectgaps

In plotly have have used ‘connectgaps = True’ in order to connect the gaps in the data. This works well. But now I am using cufflinks. Does anyone know how i can connect gaps with cufflinks. How can i include connectgaps in the figure which is created by cufflinks?

Thanks!’

1 Like

df.iplot(kind=‘line, connectgaps = True)