I have a list of points which I want to break down into smaller groups. I have a a series of series - really just groupings of consecutive indices starting from the begining to the end - and I was hoping to use the List item component to retrieve the points at those indices. Because this is a list of list - 4, each with two integers - I imagined I would get 4 lists of points, each containing two. I am only getting a single list of two points, which appear to be the last of the four lists. Is there a way to get all four from the same component? Do I need to reproduce the original list of points 4 times to match the the number lists for indices?
thanks
