ENH: Update the color spec parser to accept RGBA hex string values · Issue #5137 · matplotlib/matplotlib · GitHub
Skip to content

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

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions