Skip to content

type_text() should accept family argument #494

@grantmcdermott

Description

@grantmcdermott

E.g.

plt(
  mpg ~ hp, mtcars,
  type = type_text(
    labels = row.names(mtcars),
    family = "HersheyScript",
    xpd = NA
  )
)

We already support fine-grained control for other text arguments like font and srt, so this would be a case of improved consistency IMO.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions