Skip to content

Top key missing in guide_bins when reverse = TRUE #6183

@petrbouchal

Description

@petrbouchal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behaviorguides 📏

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions