Skip to content

scatter plot matrix #935

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

Closed
wants to merge 2 commits into from
Closed

scatter plot matrix #935

wants to merge 2 commits into from

Conversation

jwkvam
Copy link
Contributor

@jwkvam jwkvam commented Mar 18, 2012

I wanted an easy way to create a scatter plot matrix from a data frame. It doesn't have the labels along the diagonals like R's ipairs does, but I don't think that would be too much work if you guys preferred that. I saw there was a scatter_matrix function in tools/plotting.py, but I wasn't sure what that was for.

I made sure it displayed data with NA values correctly, but that's about as much testing I could think of.

Example

Update: I didn't notice issue #857, I guess if this is already in the works then please ignore this.

wesm added a commit that referenced this pull request Apr 10, 2012
@wesm
Copy link
Member

wesm commented Apr 10, 2012

Thanks so much. I factored this into a method in pandas.tools.plotting while I figure out how to organize all this plotting functionality (I'd rather not have everything as instance methods quite yet)

@wesm wesm closed this Apr 10, 2012
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.

2 participants