We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to adjust the bin size of the histograms?
The text was updated successfully, but these errors were encountered:
This was the only parameter that was not adjustable. I also changed that now. The bar_properties can be set based on all known properties
from distfit import distfit import numpy as np X = np.random.normal(0, 2, 10000) dfit = distfit() dfit.fit_transform(X) dfit.plot(bar_properties={'width':0.1})
update to the latest version with: pip install -U distfit
pip install -U distfit
Sorry, something went wrong.
No branches or pull requests
Is it possible to adjust the bin size of the histograms?
The text was updated successfully, but these errors were encountered: