hide_colorbar | R Documentation |
Hide color bar(s)
hide_colorbar(p)
p |
a plotly object. |
hide_legend()
p <- plot_ly(mtcars, x = ~wt, y = ~cyl, color = ~cyl)
hide_colorbar(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.