R/plotly_functions.R
adjust_plotly_facet_axis_titles.RdCredit: https://github.com/ropensci/plotly/issues/1224
adjust_plotly_facet_axis_titles(p, x = NULL, y = NULL)
| p | A plotly object. |
|---|---|
| x | A numeric. Value to place x-axis title on a plotly object. Use |
| y | A numeric. Value to place y-axis title on a plotly object. Use |
if (FALSE) { p %>% adjust_plotly_axis_titles(x = -0.15) }