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 inner axis visibility in relplot with unshared axes #3180

Merged
merged 3 commits into from
Dec 10, 2022

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Dec 9, 2022

Fixes #3179

With (modified) example from that issue:

g = sns.relplot(data=iris, x='sepal_length', y='sepal_width', col='species', 
                col_wrap=2, height=2.5, facet_kws=dict(sharex=False, sharey=False))

image

@codecov
Copy link

codecov bot commented Dec 9, 2022

Codecov Report

Merging #3180 (53390e7) into master (c8badb9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3180   +/-   ##
=======================================
  Coverage   98.41%   98.41%           
=======================================
  Files          76       76           
  Lines       24082    24093   +11     
=======================================
+ Hits        23701    23712   +11     
  Misses        381      381           
Impacted Files Coverage Δ
seaborn/relational.py 99.69% <100.00%> (ø)
tests/test_relational.py 99.31% <100.00%> (+<0.01%) ⬆️

@mwaskom mwaskom merged commit 22cdfb0 into master Dec 10, 2022
@mwaskom mwaskom deleted the fix/relplot_inner_labels branch December 10, 2022 16:06
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.

Overlapping labels in relplot with seaborn 0.12
1 participant