Description Usage Arguments Value
Light theme for creating plots
1 2 3 | theme_tidylight(base_size = 12, base_family = "Arial Rounded MT Bold",
base_line_size = base_size/20, base_rect_size = base_size/20,
tick_margins = 0.8, legend = "none")
|
base_size |
Font size. |
base_family |
Font family. |
base_line_size |
Line thickness. Relative to font size by default. |
base_rect_size |
Rectangle line thickness. Relative to font size by default. |
tick_margins |
Distance between tick and text. |
legend |
Location of legend. Can be removed ("none"), "bottom", "top", "left", "right". |
ggplot theme
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.