Description Usage Arguments Examples
My preferred plotting theme. No gridlines and larger axis labels.
1 | theme_simple(font_size = 14, font_family = "", line_size = 0.4)
|
font_size |
Base size of the font. Default is 14. |
font_family |
Font family. |
line_size |
Size of axis ticks. Defauts to 0.4. |
1 2 | p <- ggplot(mtcars, aes(mpg, wt)) + geom_point()
p + theme_simple()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.