I have a question about mesh3d graphic for group data.
d <- iris[1:100,] plot_ly(d, x = Sepal.Length, y = Sepal.Width, z = Petal.Length, type = "mesh3d", group = Species)
But in the output appears an additional “trace0”, that is the blue area. Anyone knows how to remove it?