Skip to content

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Jun 16, 2022

- Warn/ignore when `ax` is passed as kwarg (closes #2666)
- Set the joint axes to be active (closes #2511)
@mwaskom mwaskom added this to the v0.12.0 milestone Jun 16, 2022
@codecov
Copy link

codecov bot commented Jun 16, 2022

Codecov Report

Merging #2863 (e58c8f4) into master (a48dc8f) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2863      +/-   ##
==========================================
+ Coverage   98.11%   98.13%   +0.01%     
==========================================
  Files          69       69              
  Lines       22247    22252       +5     
==========================================
+ Hits        21828    21836       +8     
+ Misses        419      416       -3     
Impacted Files Coverage Δ
seaborn/axisgrid.py 97.17% <100.00%> (+0.29%) ⬆️
tests/test_axisgrid.py 99.36% <100.00%> (+<0.01%) ⬆️

@mwaskom mwaskom merged commit 1191b61 into master Jun 16, 2022
@mwaskom mwaskom deleted the jointplot/ax branch June 16, 2022 10:46
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.

jointplot doesn't warn for ax= argument in seaborn 11.2 suggestion: set current ax to g.ax_joint at end of jointplot

1 participant