-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
ENH: Add density argument to histogramdd. #11529
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
ENH: Add density argument to histogramdd. #11529
Conversation
Thanks Eric. |
I've marked this for a |
This is another trivial-port branch that needs no rebase |
So we just need to change the base branch? |
I think it would be good if you just resubmitted it as a new PR against master. |
Yes, just resubmit the PR with the same source branch, but targeting a different base branch. I've gone ahead and done that at #11531 |
Marking as a backport to indicate it made it to |
A new
density
argument is added tohistogramdd
. It is an alias for the existingnormed
argument and provides commonality with thehistogram
function in which the incorrectly implementednormed
argument has been replaced bydensity
.Fixes gh-4371.
Less contentious version of #11397