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

Cleanup and merge #2909 #2955

Merged
merged 21 commits into from
Aug 13, 2022
Merged

Cleanup and merge #2909 #2955

merged 21 commits into from
Aug 13, 2022

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Aug 13, 2022

Finishing touches, fixing lint and pinned test errors and adding release note.

Closes #2909

EitanHemed and others added 21 commits July 8, 2022 20:54
Removed `kwargs` which were used to draw the median lines and scatter plot of outliers previously.

Added separate kwargs - `box_kws`, `line_kws` (drawing the median lines) and `flier_kws` (for the scatter of outliers).

Updated the matching docstring.
…reformatted. Here it is reverted and only the changes to `seaborn.categorical.boxenplot` and `seaborn.categorical._LVPlotter` are kept.
- Removed commented out code in the `plot` function
Disentangled the nested for loop for default kwargs assignment
Two current issues
(a) most are not testing when multiple categories are used on the x-axis, but only a single one.
(b) the tests for the box_kws functionality are very slim.
@codecov
Copy link

codecov bot commented Aug 13, 2022

Codecov Report

Merging #2955 (df833c7) into master (ae9080d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #2955    +/-   ##
========================================
  Coverage   98.30%   98.31%            
========================================
  Files          69       69            
  Lines       23004    23112   +108     
========================================
+ Hits        22615    22723   +108     
  Misses        389      389            
Impacted Files Coverage Δ
seaborn/categorical.py 98.54% <100.00%> (+0.01%) ⬆️
tests/test_categorical.py 99.77% <100.00%> (+<0.01%) ⬆️
seaborn/_core/moves.py 100.00% <0.00%> (ø)
tests/test_distributions.py 99.79% <0.00%> (+<0.01%) ⬆️
tests/test_axisgrid.py 99.38% <0.00%> (+0.01%) ⬆️
seaborn/axisgrid.py 97.20% <0.00%> (+0.01%) ⬆️
tests/_core/test_plot.py 98.59% <0.00%> (+0.03%) ⬆️
seaborn/_core/plot.py 97.37% <0.00%> (+0.03%) ⬆️

@mwaskom mwaskom merged commit b1db0f7 into master Aug 13, 2022
@mwaskom mwaskom deleted the EitanHemed-boxenplot_kws_enhance branch August 13, 2022 22:01
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.

2 participants