Plot.ly. Using slider control with multiple plots
问题 I'd like to add the slider control to my plotly graph (pic) to control all elements simultaneously. I can easily add slider control to graph with only one line. In this case I put a list of plots (in form of dicts) into data variable: plotly.graph_objs.Figure ( data = [plot1,plot2] , layout = layout) And it's work quite good. But in order to plot multiple lines on the same graph, I have to put list of lists with plots into data variable ( have I ? ) : plotly.graph_objs.Figure ( data = [[plot1