Description Usage Arguments See Also Examples
Hide legend
1 | hide_legend(p)
|
p |
a plotly object. |
1 2 | p <- plot_ly(mtcars, x = ~wt, y = ~cyl, color = ~factor(cyl))
hide_legend(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.