Skip to content

ENH: Update the color spec parser to accept RGBA hex string values #5137

@Jul3k

Description

@Jul3k

Currently the color spec parser does only check for RGB hex string color values in the form of #FFFFFF. If the user wants to pass RGBA values the color must be presented as a 4-tuple. For better user accesibility the parser could also accept color values in RGBA hex string format #FFFFFFAA directly, makeing the following code possible:

plt.rcParams['axes.color_cycle'][0] = "#FFFFFFAA"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions