Connecting points scatter plot from dataframe

I am attempting to draw series of lines based on start and end values from a dataframe stored in a data table(dash). I am close… The data is visible in the data table.

Here is an example of the output right now.

There I attempted to draw a line(it doesn’t show up). The points are one at start and the other is end. This is done by adding traces. Should I come up with a unique list of start/ends and loop thru them adding a trace on each?

Thanks,

Richard

Hey @ryanicky , did you ever get a solution to drawing lines between the start and end points? If so could you share it?

Thanks,