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

bins argument to stat_bin #1158

Merged
merged 5 commits into from
Jul 29, 2015
Merged

bins argument to stat_bin #1158

merged 5 commits into from
Jul 29, 2015

Conversation

tmshn
Copy link
Contributor

@tmshn tmshn commented Jul 6, 2015

As discussed in issue #102 , it will be nicer if geom_histogram can handle the number of bins, not the width.
To achieve it, I added new argument bins to stat_bin, which denotes number of bins.

This is less prior to breaks or binwidth, so with these arguments, bins will not work.

…s. This is less prior to `breaks` or `binwidth`.
@hadley
Copy link
Member

hadley commented Jul 27, 2015

Could you please merge/rebase and add a bullet to NEWS?

@tmshn
Copy link
Contributor Author

tmshn commented Jul 29, 2015

Done.
Sorry for so many commits :(

@hadley hadley merged commit 308a4f4 into tidyverse:master Jul 29, 2015
@hadley
Copy link
Member

hadley commented Jul 29, 2015

Thanks!

@tmshn tmshn deleted the feature/stat_bin-num branch July 30, 2015 02:21
@lock
Copy link

lock bot commented Jan 18, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants