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

fix: bin width < half spread #3646 #3724

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2024

  1. fix: replace round with ceil

    * prevents edge-case when a bin only has elements with spread < 0.5 bin width
    Gornoka committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2e946f8 View commit details
    Browse the repository at this point in the history
  2. chore: change ceil to max

    Gornoka committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fe53b22 View commit details
    Browse the repository at this point in the history
  3. test: add testcase for histplot in axisgrid with bin size > 2* spread…

    … of specific grid class
    Gornoka committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4a0733d View commit details
    Browse the repository at this point in the history
  4. chore: revert autoformat

    Gornoka committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6174b7b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    fa93fd3 View commit details
    Browse the repository at this point in the history