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 a matplotlib warning for strip/swarmplot with unfilled marker #3501

Merged
merged 1 commit into from
Sep 27, 2023

Avoid a matplotlib warning for strip/swarmplot with unfilled marker

a0c73b2
Select commit
Loading
Failed to load commit list.
Merged

Avoid a matplotlib warning for strip/swarmplot with unfilled marker #3501

Avoid a matplotlib warning for strip/swarmplot with unfilled marker
a0c73b2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 26, 2023 in 0s

98.34% (+0.00%) compared to 6b9e2fb

View this Pull Request on Codecov

98.34% (+0.00%) compared to 6b9e2fb

Details

Codecov Report

Merging #3501 (a0c73b2) into master (6b9e2fb) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3501   +/-   ##
=======================================
  Coverage   98.34%   98.34%           
=======================================
  Files          75       75           
  Lines       24592    24605   +13     
=======================================
+ Hits        24184    24197   +13     
  Misses        408      408           
Files Coverage Δ
seaborn/categorical.py 98.90% <100.00%> (+<0.01%) ⬆️
tests/test_categorical.py 99.25% <100.00%> (+<0.01%) ⬆️