I am struggling to create a 3D graph using data comming from an array. for example
x = [ 12 23 43 89 56 23 15 78 89 56 20 8]
y = [ 120 56 69 89 56 15 65 89 70 69 27 10]
z = [ 89 56 43 89 56 23 15 63 23 78 36 9]
this is sample set of points I already succeeded to plot those points. now am trying to join them together to form a surface.
this is what i have