How to plot two interactive curves on top of each other using two pd.Series?

This should update the plot as expected pn.ReactiveExpr(plot1 * plot2, show_widgets=False)

1 Like