oompa,

If you are using 0.6, turn on the "fancy wires" to see what is
happening.  Your "series of series" is creating a data tree.  You need
to duplicate your points, but also make sure that each duplicate set
of data is placed in its own path.

I'll post an image in a second.

-taz

On Apr 6, 5:13 pm, oompa_l <[email protected]> wrote:
> 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

Reply via email to