I have a dataframe of time series data where all of the variables are continuous, but one is binary. Iād like to apply the plotly resampler to the data, but only to the continuous traces. The binary data cannot be down sampled and should be plotted as a step function. It seems when I add a trace to the FigureResampler, it automatically resamples that trace.
Is there a way to do this?
Thanks!