Create lines in between the points along x and y axis

Hi all I am trying to draw line in between the two points along x as well as along Y. I got the points but want to draw lines. So please let me know how shall I proceed ?
I have list of points.

image

Thanks in advance

Hey, so I think, 2 things:

  1. Sorting by key… You need a list of all the points on each line, both horizontally and vertically.

  2. Pairing up the lists, there is a node in springs?

Hope that helps,

Mark

1 Like

@Mark.Ackerley Thanks for giving me suggestions.

I got what I wanted.

Here is the graph showing vertical lines and horizontal lines.

I really appreciate that you spared some time on this and giving me the suggestions.