plot_ly(z = volcano, type = “surface”) %>% add_trace(showscale = FALSE)
plot_ly(z = volcano, type = “surface”) %>% add_trace(showlegend = FALSE)
Tried that too without luck.
plot_ly(z = volcano, type = “surface”) %>% add_trace(showscale = FALSE)
plot_ly(z = volcano, type = “surface”) %>% add_trace(showlegend = FALSE)
Tried that too without luck.