Suppose I have 3 arrays represent 3d coordinates x, y, z. Now I have to draw a 3d plot with this data.
I've used qwtplot3d, but it just connected between points with triangle, not smoothing the plot.
I've already searched for some days but did'nt find a solution.

Does anyone have experiences in this problem, please help me.

Thanks a lot!