Is it possible to create below attached diagram?

I tried to create the attached diagram by arranging the nodes by using the location spot, but unable to find the location spot.
I tried to create the attached diagram by arranging the nodes by using the location spot, but unable to find the location spot.

It’s hard to tell exactly what you are trying to achieve with the diagram that screenshot. Do you just want to know how to lay out nodes like the squares in that image? What about the bars on the left?

I want to layout the nodes and bars exactly look like in the diagram

Is it meant to be an automatic layout, or do you already have the coordinates you want for the nodes?

I’m not sure how an automatic layout would work since there doesn’t seem to be any logic behind the placement of the nodes, except maybe that there are 3 groups of nodes (top nodes, bottom nodes, bar nodes).

If you want to set the coordinates of the nodes, you can just use a location binding like the one on the intro page. See https://codepen.io/jhardy/pen/YgPjWb.

Thank you so much jhardy