plot3d() - How to change z axis surface color to heat map color
问题 In the above image the surface colored in z axis (like heat map). I am using plot3d() plot3d(data$x, data$y, data$z, name = 'Plotly3D graph', type = 'l', axes=F) I have to repeat the same color as of in the image. By using above code I can get the 3D square but I dont know where to set the color of z axis as same as the image. Please help me in plot3D. If full code is needed will post if required. Here is sample code: data1 <- read.csv(file.choose(),1) # retrieve age column from csv file var1