Skip to content

Could calc_element theme argument default to ggplot2::get_theme?Β #6840

@davidhodge931

Description

@davidhodge931

Lots of people work with ggplot2 primarily by setting a global theme.

For this reason, I was wondering if you'd consider changing the default theme argument in calc_element to ggplot2::get_theme.

calc_element(
  element,
  theme = ggplot2::get_theme(),
  verbose = FALSE,
  skip_blank = FALSE,
  call = caller_env()
)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions