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

DataFrame bar plot ignores kwds argument if subplots==True #958

Closed
CRP opened this issue Mar 23, 2012 · 1 comment
Closed

DataFrame bar plot ignores kwds argument if subplots==True #958

CRP opened this issue Mar 23, 2012 · 1 comment
Labels
Milestone

Comments

@CRP
Copy link
Contributor

CRP commented Mar 23, 2012

This plots black bars, as expected:
Series(randn(10)).plot(kind='bar',color='black')

While this plots bars in default blue color, ignoring color keyword:
DataFrame(randn(10,3)).plot(kind='bar',subplots=True,color='black')

@wesm
Copy link
Member

wesm commented Apr 10, 2012

This appears to be working now. Plotting code is a bit of a construction zone so definitely report any bugs as you notice them

@wesm wesm closed this as completed Apr 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants