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 data attached to catplot FacetGrid #3494

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Fix data attached to catplot FacetGrid #3494

merged 1 commit into from
Sep 25, 2023

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Sep 25, 2023

Fixes an issue introduced in the categorical plot refactor where the dataframe attached to the FacetGrid returned by catplot only contained columns that were used in the plot.

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Merging #3494 (40349fb) into master (9af5cfe) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3494   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files          75       75           
  Lines       24570    24577    +7     
=======================================
+ Hits        24162    24169    +7     
  Misses        408      408           
Files Changed Coverage Δ
seaborn/categorical.py 98.90% <100.00%> (+<0.01%) ⬆️
tests/test_categorical.py 99.24% <100.00%> (+<0.01%) ⬆️

@mwaskom mwaskom merged commit c8459c2 into master Sep 25, 2023
12 checks passed
@mwaskom mwaskom deleted the fix/catplot_data branch September 25, 2023 10:51
@mwaskom mwaskom mentioned this pull request Sep 26, 2023
7 tasks
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.

1 participant