Update all geom defaults.
weave_geom_defaults(
colour = "#357BA2FF",
colour_text = "#121B24FF",
colour_label = colour_text,
colour_reference_line = colour_text,
colour_curve = colour_reference_line,
fill = colour,
fill_label = colour_label,
alpha = 1,
alpha_area = 0.9,
alpha_bar = 0.9,
alpha_boxplot = 0.6,
alpha_crossbar = 0.6,
alpha_density = 0.6,
alpha_label = 0.05,
alpha_polygon = 0.9,
alpha_rect = 0.9,
alpha_ribbon = 0.6,
alpha_smooth = 0.6,
alpha_tile = 0.9,
alpha_violin = 0.9,
alpha_recursive = NULL,
linewidth = 0.66,
linewidth_reference_line = 0.33,
linewidth_curve = linewidth_reference_line,
size_point = 1.5,
size_pointrange = 0.2,
size_sf = 1.5,
size_text = 11/2.835052,
size_label = size_text,
family_text = "",
family_label = family_text
)
A default hex colour for the colour of geoms without a more specific colour_*
argument.
A default hex colour for the colour of the "text" geom.
A default hex colour for the colour of the "label" geom.
A default hex colour for the colour of the "hline", "vline" and "abline" geoms.
A default hex colour for the colour of the "curve" geom.
A default hex colour for the fill of geoms without a more specific fill_*
argument.
A default hex colour for the fill of the "label" geom.
A default alpha for geoms without a more specific alpha_*
argument.
A default alpha for the "area" geom.
A default alpha for the "bar" geom.
A default alpha for the "boxplot" geom.
A default alpha for the "crossbar" geom.
A default alpha for the "density" geom.
A default alpha for the "label" geom.
A default alpha for the "polygon" geom.
A default alpha for the "rect" geom.
A default alpha for the "ribbon" geom.
A default alpha for the "smooth" geom.
A default alpha for the "tile" geom.
A default alpha for the "violin" geom.
A default alpha applied to all geoms.
A default linewidth for geoms.
A default linewidth for the the "hline", "vline" and "abline" geoms.
A default linewidth for the the "curve" geom.
A default size for the "point" geom.
A default size for the "pointrange" geom.
A default size for the "sf" geom.
A default size for the "text" geom.
A default size for the "label" geom.
A default family for the "text" geom.
A default family for the "text" geom.