Question: Connecting pointplot3d's by surface

Hi,

I have this dataset of 3d points. It looks like [[x, y, z], [[x, y, z] ... [x, y, z]]. The y values represent days and can occur multiple times.

I would like to plot a surface from the data. I can plot the curves representing each of the different day values. It looks like the one below (might not be the most elegant solution ;-)). I would like to connect the curves with a surface. I have already looked at listplot3d without luck.

Thank you.

 

Please Wait...