Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
geom_histogram() throwing warning with use of 'weight' aesthetic #2204
Comments
karawoo
added the
reprex
label
Jul 13, 2017
|
I can't reproduce this unfortunately. Could you please use the reprex package to create your reproducible example and include a call to |
|
I've closed this issue due to lack of requested reprex. If you still care about this bug, please open a new issue with a reprex. |
karawoo
closed this
Jul 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kaybenleroll commentedJul 13, 2017
ggplot2 version: 2.2.1
While it appears to be creating the correct plot, using the
weightaesthetic withgeom_histogram()causes the throwing of a warning messageWarning: Ignoring unknown aesthetics: weightA reproducible example can be found from using the
midwestdata in the ggplot2 (2e) book: