Hello, I’ve been trying to turn a few sets of data into a list like the example list shown here:
Maybe I have the terminology wrong, but I see a tree with three branches. And each branch contains a few hundred items. This is what I want.
Now I have three other lists that I want to combine into such an example, one is like this:
These are separate curves that I need to combine into something like:
{0;0;0} (N = 119)
And the other two look like this:
These should be added like this in the list:
{1;0;0} (N = 119)
{2;0;0} (N = 119)
I can’t for the life of me figure out how to call this and how to combine these lists.
Any clues? I figured this would be the kind of question that doesn’t need an example file, but please, if you feel this is necessary, I will create one.
I hope someone has some valuable tips on working with lists. I did check out some useful websites like this one:
https://modelab.gitbooks.io/grasshopper-primer/content/1-foundations/1-4/7_working-with-lists.html
…but couldn’t find a specific example of my question.