Skip to content

Consistently use element_grob() or element_render() instead of textGrob() #3557

Closed
@clauswilke

Description

@clauswilke

There are a few cases where we call textGrob() directly instead of element_grob() or element_render(). Ideally, we should eliminate all of them. Here is a list of cases I'm currently aware of. There may be more. Reprexes will follow below.

  • Axis text for non-standard axis position (e.g., x axis on top)
  • Facet labels when using facet_wrap()
  • Facet labels when using facet_grid()

(Checkmark means the issue has been addressed.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions