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

Scatterplot for 'Annual Income' and 'Monthly Debt' not showing.Other pair's scatter plot is showing OK #2284

Closed
abhraimrb opened this issue Sep 17, 2020 · 2 comments

Comments

@abhraimrb
Copy link

sns.pairplot(credit_data , x_vars = ['Annual Income','Current Credit Balance'],
y_vars = ['Monthly Debt', 'Maximum Open Credit'], aspect = 3)

@abhraimrb
Copy link
Author

credit_train.xlsx. Here is the datafile, which i converted to csv format.

@mwaskom
Copy link
Owner

mwaskom commented Sep 17, 2020

This sounds like a duplicate of #2260

@mwaskom mwaskom closed this as completed Sep 18, 2020
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

No branches or pull requests

2 participants