Hi guys,
I need to create a graph that looks like on the picture below
I am given all the x,y,z cordinates of each point (represented by V on the picture).
Is it possible to do this? When I try to scatter3d the cordinates like this
It looks like this:
I want that every point is connected with every other point, so It will look like 3D object like on the 1st picture. Thanks for your help!