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
)
A default hex colour for the colour of geoms (other than "text", "label", "hline", "vline" and "abline" geoms).
A default hex colour for the fill of geoms (other than "text", "label", "hline", "vline" and "abline" geoms).
A default hex colour for the colour of the "text" and "label" geoms.
A default size for the "text" and "label" geoms.
A default family for the "text" and "label" geoms.
A default hex colour for the colour of the "hline", "vline" and "abline" geoms.
A default hex colour for the colour of the "hline", "vline" and "abline" geoms.