Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top key missing in guide_bins when reverse = TRUE #6183

Open
petrbouchal opened this issue Nov 13, 2024 · 0 comments · May be fixed by #6185
Open

Top key missing in guide_bins when reverse = TRUE #6183

petrbouchal opened this issue Nov 13, 2024 · 0 comments · May be fixed by #6185
Labels
bug an unexpected problem or unintended behavior guides 📏

Comments

@petrbouchal
Copy link

This seems to be a regression/reappearance of #4210

Reprex:

library(ggplot2)
df <- data.frame(a = 1:100, b = 1:100)

ggplot(df) +
  geom_point(aes(colour = b, x = a, y = b)) +
  guides(colour = guide_bins(reverse = T))

Created on 2024-11-13 with reprex v2.1.1

@teunbrand teunbrand added bug an unexpected problem or unintended behavior guides 📏 labels Nov 15, 2024
@teunbrand teunbrand linked a pull request Nov 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior guides 📏
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants