Skip to content

ENH: Pass **kwargs through to matplotlib .scatter() #3159

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

Merged
1 commit merged into from
Mar 24, 2013

Conversation

danbirken
Copy link
Contributor

Allow for more configurability to making scatter plots. Most of the other plotting functions already do this, just giving .scatter_plot() the same power. Works for both single scatters and grouped scatters.

I didn't make a test because anything that would be tested would be matplotlib specific, but I'd be happy to do so if you'd like (test_graphics.py: TestDataFramePlots.test_scatter is a good spot).

ghost pushed a commit that referenced this pull request Mar 24, 2013
ENH: Pass **kwargs through to matplotlib .scatter()
@ghost ghost merged commit 9ceffb8 into pandas-dev:master Mar 24, 2013
@ghost
Copy link

ghost commented Mar 24, 2013

Merged. thanks.

This pull request was closed.
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.

1 participant