Closed as not planned
Description
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 aslabs
- 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
Labels
No labels