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

bug: plot_scatter_matrix #82

Closed
simjason opened this issue Oct 3, 2019 · 2 comments
Closed

bug: plot_scatter_matrix #82

simjason opened this issue Oct 3, 2019 · 2 comments

Comments

@simjason
Copy link
Contributor

simjason commented Oct 3, 2019

In plot scatter matrix:

pd.scatter_matrix(ser, figsize=figsize, **kwargs)

needs to be:

pd.plotting.scatter_matrix(ser, figsize=figsize, **kwargs)

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.plotting.scatter_matrix.html

@y26805
Copy link

y26805 commented May 3, 2020

duplicate of #76

@y26805
Copy link

y26805 commented May 3, 2020

technically not a bug but a feature, since requirements.txt rightly specified 0.22.0

pandas == 0.22.0

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

3 participants