Description Usage Arguments Examples
My preferred plotting theme for categorical x numeric data. Major gridlines, larger axis labels, and no ticks on the x-axis.
1 | theme_simple_hlines(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(factor(cyl), wt)) + geom_boxplot()
p + theme_simple_hlines()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.