Skip to content

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

@CRP

Description

@CRP

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions