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

Avoid error when dodge=True, hue=None #3605

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Dec 27, 2023

Fixes #3553

Copy link

codecov bot commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1617be0) 98.52% compared to head (6e5d806) 98.52%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3605   +/-   ##
=======================================
  Coverage   98.52%   98.52%           
=======================================
  Files          75       75           
  Lines       24704    24714   +10     
=======================================
+ Hits        24340    24350   +10     
  Misses        364      364           
Files Coverage Δ
seaborn/categorical.py 98.92% <100.00%> (+<0.01%) ⬆️
tests/test_categorical.py 99.26% <100.00%> (+<0.01%) ⬆️

@mwaskom mwaskom merged commit 2c115ed into master Dec 27, 2023
13 checks passed
@mwaskom mwaskom deleted the fix/dodge_without_hue branch December 27, 2023 19:57
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.

Boxplot errors when dodge=True without hue
1 participant