Description Usage Arguments Examples
View source: R/plotly_functions.R
Credit: https://github.com/ropensci/plotly/issues/1224
1 | 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 |
1 2 3 4 5 | ## Not run:
p %>%
adjust_plotly_axis_titles(x = -0.15)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.