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 histplot dodge bar widths with log scale #2849

Merged
merged 2 commits into from
Jun 11, 2022
Merged

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Jun 11, 2022

Closes #2819 by adding a test and fixes #2820

image

@codecov
Copy link

codecov bot commented Jun 11, 2022

Codecov Report

Merging #2849 (3e69307) into master (7b3e4df) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2849   +/-   ##
=======================================
  Coverage   98.04%   98.04%           
=======================================
  Files          69       69           
  Lines       22242    22258   +16     
=======================================
+ Hits        21807    21823   +16     
  Misses        435      435           
Impacted Files Coverage Δ
seaborn/distributions.py 96.31% <100.00%> (+0.03%) ⬆️
tests/test_distributions.py 99.79% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b3e4df...3e69307. Read the comment docs.

@mwaskom mwaskom merged commit 1a27ce3 into master Jun 11, 2022
@mwaskom mwaskom deleted the fix/hist_log_dodge branch June 11, 2022 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logarithmic hist plot with multi='dodge': unequal bar width
1 participant