-
-
Notifications
You must be signed in to change notification settings - Fork 404
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' keyword argument ignored in histogram #4651
Comments
I can confirm this behaviour. OS: Ubuntu 20.04.1 LTS |
me too.
|
A little surprised that setting bins to an integer does not raise an error as it should only support holoviews/holoviews/operation/element.py Line 659 in 6c0dafb
So it seems that |
Ok so this is more of a usage/docs issue. Please don't hesitate to close the issue or update it accordingly. |
I was surprised too, but it's actually a long-standing issue with |
Ah yes. Someone should do something about holoviz/param#85! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi,
It seems like setting the number of bins through the bins keyword argument in histograms does nothing.
Let's take an example in the Holoviews demos:
Setting bins to 40 or 10 or 100 does not change the output. Note that I encounter the same behavior when using histogram() from holoviews.operation.element.
Or maybe I'm getting something wrong?
Config:
The text was updated successfully, but these errors were encountered: