powered by
Change plotly font to Arial
arial(p, size = 14)
A plotly object
Font size
library(plotly) data(mtcars) p <- plot_ly(mtcars, x = ~mpg, y = ~wt, color = ~cyl, type = 'scatter', mode = 'markers') p %>% arial p %>% arial(18)
Run the code above in your browser using DataLab