SyntaxFix
Write A Post
Hire A Developer
Questions
Maybe is late now but following Spacedman, did you try duplicate="strip" or any other option?
x=runif(1000) y=runif(1000) z=rnorm(1000) s=interp(x,y,z,duplicate="strip") surface3d(s$x,s$y,s$z,color="blue") points3d(s)