Skip to content

axis labs and the scale labels is confusing #6528

Closed as not planned
Closed as not planned
@davidhodge931

Description

@davidhodge931

I think the naming of the axis labs and the scale labels is confusing, especially for new users .

I noticed you are releasing a get_labs function, and superceding xlab and ylab. Seeing as you are making these changes, is there any appetite to come up with a new name for labs? I'm thinking titles as it links to the theme arguments.

If there is, you could:

  • create a titles function that works in the same way as labs
  • supercede labs function
  • rename get_labs to get_titles
palmerpenguins::penguins |>
  ggplot() +
  geom_histogram(aes(x = flipper_length_mm)) +
  titles(x = "Flipper length (mm)")

Otherwise, feel free to close

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions