Skip to content

Fix for issue #9671 #9673

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

Conversation

davidbrochart
Copy link

closes #9671

self.style can be a list of strings or a string. If it is a string, we make a list containing that string, so that we only have to deal with a list of strings. We check every element in that list and raise an error if it has a color symbol.

@TomAugspurger
Copy link
Contributor

Thanks for this. A test would be great. You can put it in pandas/tests/test_graphics.py.

This will go in .16.1, and we'll start merging PRs for that after .16.0 is released (maybe this weekend).

@jreback jreback added the Visualization plotting label Mar 17, 2015
@jreback jreback added this to the 0.16.1 milestone Mar 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFrame.plot error when both 'color' and 'style' arguments are passed
3 participants