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

Support for 'geom_histogram()' #71

Closed
Tracked by #76
trevorld opened this issue Jan 21, 2022 · 0 comments
Closed
Tracked by #76

Support for 'geom_histogram()' #71

trevorld opened this issue Jan 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@trevorld
Copy link
Owner

  • There is no geom_histogram_pattern() but ggplot2::geom_histogram() supports filling histogram bars with "stacked" fill colors. Not clear to me why we shouldn't include a geom_histogram_pattern() for completeness sake:

    ggplot(diamonds, aes(price, fill = cut)) +
      geom_histogram(binwidth = 500)

  • If we do this then geom_bar_pattern() should call geom_histogram_pattern() instead of geom_histogram() if accidentally fed a binwidth parameter.

@trevorld trevorld added the enhancement New feature or request label Jan 21, 2022
@trevorld trevorld changed the title Support for 'geom_histogram_pattern()'? Support for 'geom_histogram()' Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant