Closed
Description
The Heatmaps in R page has an example for changing the colorscale that doesn't work.
p <- plot_ly(z = volcano, colorscale = "Greys", type = "heatmap")
This code regardless of what palette is chosen always renders the RdBu colorscale.
This code example should probably be changed to:
p <- plot_ly(z = volcano, colors = brewer.pal(7,"Greys"), type = "heatmap")
Metadata
Metadata
Assignees
Labels
No labels