// into segments, all in a single list.
// Along the way the other parameters are put in
// sequences accordingly
group = make_iterable_ntimes(pinfo["group"], len(pinfo["x"]))
df = pd.DataFrame({"group": group})
def get_param(param, indices):
After Change
Draw independent line segments between all the
points
color = to_rgba(data["color"], data["alpha"])
// All we do is line-up all the points in a group
// into segments, all in a single list.
// Along the way the other parameters are put in
// sequences accordingly