Skip to content

better error report when both style and color are passed to Series.plot #4402

Closed
@Meobius

Description

@Meobius

The following command returns an error message for a Series

s.plot(style='k--', color='k')

It says that the color '[k]' is not recognized.

I am using pandas 0.11 so it may have been fixed in 0.12.

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