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

Remove special-cased stacked diagonal histograms in PairGrid #1464

Merged
merged 5 commits into from
Jun 21, 2018

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Jun 21, 2018

Also changes the pairplot defaults:

sns.pairplot(iris, hue="species")

image

@codecov
Copy link

codecov bot commented Jun 21, 2018

Codecov Report

Merging #1464 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1464      +/-   ##
==========================================
+ Coverage   94.42%   94.43%   +<.01%     
==========================================
  Files          15       15              
  Lines        4324     4310      -14     
==========================================
- Hits         4083     4070      -13     
+ Misses        241      240       -1
Impacted Files Coverage Δ
seaborn/axisgrid.py 96.54% <100%> (+0.19%) ⬆️
seaborn/utils.py 86.97% <0%> (-0.39%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1baf172...bfaa5a2. Read the comment docs.

@mwaskom mwaskom merged commit d0563d7 into master Jun 21, 2018
@mwaskom mwaskom deleted the unstack_hist branch June 21, 2018 22:23
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.

None yet

1 participant