Hello,
I feel like I am missing something very obvious here but I cannot get this to work in the way I need it to. I’m trying to form Points by combining a List of Lists of X-values with a List of Lists of Y-values. I think I tried every possible way of lacing and/or list matching nodes.
I need the “X-values” from List 0 to lace with every “Y-value” from List 0, the X-values from List 1 with all the the Y-values from List 1, and so on.
The amount of lists will always be the same, however a specific pair of lists of X and Y values can have a different amount of values between them.
I have seen similar issues on this forum, and it seems like what I need is a Python script of which I do not have any knowledge yet. I have tried to use/modify some of the solutions offered before but have had no luck. If anyone could help out that would be very much appreciated!
Thanks