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

hide_legend()

Examples



p <- plot_ly(mtcars, x = ~wt, y = ~cyl, color = ~cyl)
hide_colorbar(p)
  


[Package plotly version 4.10.4 Index]