Description Usage Arguments Examples
Derived from ggplot2::theme_classic()
,
a classic-looking theme with x and y axis lines and no gridlines.
Additionally dropped x and y axis labels, reduced plot margin.
1 2 3 4 5 6 | theme_iea(
base_size = 14,
base_family = "",
base_line_size = base_size/28,
base_rect_size = base_size/28
)
|
base_size |
base font size, given in pts. |
base_family |
base font family |
base_line_size |
base size for line elements |
base_rect_size |
base size for rect elements |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.