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

Add support for custom histogram min/max limits #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yelworc
Copy link

@yelworc yelworc commented Mar 12, 2020

Hi, thanks for the useful lib!

This PR adds another histogram parameter for a specific use case I have (multiple sets of values that should all be visualized with the same histogram parameters, for comparability).

I tried to keep the code changes minimal, but I'm open to additional changes if you'd prefer a different solution (e.g. one could consider a more flexible generic options parameter, instead of appending more single values).

Add a third parameter to the `histogram` function that allows
specifying custom min/max edges for the histogram bins.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant