I’m building some prototype code to see how hard it would be for my team to move some existing code from bokeh to plotly.
I have a number of plots that use the MultiLine glyph to put a large number of lines on the same plot. I can’t find an analog plot type in plotly. Do these have to be done one at a time in a loop?