weave_geom_defaults | R Documentation |
Update all the geom defaults.
ggplot2::update_geom_defaults()
can be used to further fine-tune individual geom defaults.
weave_geom_defaults(
colour = "#357BA2FF",
fill = colour,
text_colour = "#121B24FF",
text_size = 11/2.835052,
text_family = "",
reference_colour = "#121B24FF",
reference_linewidth = 0.25
)
colour |
A default hex colour for the colour of geoms (other than "text", "label", "hline", "vline" and "abline" geoms). |
fill |
A default hex colour for the fill of geoms (other than "text", "label", "hline", "vline" and "abline" geoms). |
text_colour |
A default hex colour for the colour of the "text" and "label" geoms. |
text_size |
A default size for the "text" and "label" geoms. |
text_family |
A default family for the "text" and "label" geoms. |
reference_colour |
A default hex colour for the colour of the "hline", "vline" and "abline" geoms. |
reference_linewidth |
A default hex colour for the colour of the "hline", "vline" and "abline" geoms. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.