hide_colorbar {plotly} | R Documentation |
Hide color bar(s)
Description
Hide color bar(s)
Usage
hide_colorbar(p)
Arguments
p |
a plotly object. |
See Also
Examples
p <- plot_ly(mtcars, x = ~wt, y = ~cyl, color = ~cyl)
hide_colorbar(p)
[Package plotly version 4.10.4 Index]