hide_colorbar: Hide color bar(s)

View source: R/helpers.R

hide_colorbarR 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)
  


ropensci/plotly documentation built on Jan. 25, 2024, 6:09 p.m.