update_geom_font_defaults: ggplot(mtcars, aes(mpg, wt, color = cyl)) + geom_point() +...

Description Usage Arguments

View source: R/theme-premium.r View source: R/theme-duncan.R

Description

Updates [ggplot2::geom_label] and [ggplot2::geom_text] font defaults

Updates [ggplot2::geom_label] and [ggplot2::geom_text] font defaults

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
update_geom_font_defaults(
  family = "Tisa Sans Pro",
  face = "plain",
  size = 3.5,
  color = "#2b2b2b"
)

update_geom_font_defaults(
  family = "Tisa Sans Pro",
  face = "plain",
  size = 3.5,
  color = "#2b2b2b"
)

Arguments

family, face, size, color

font family name, face, size and color


dungates/DGThemes documentation built on Dec. 20, 2021, 2:14 a.m.