8000 Use long color names for rc defaultParams · Issue #10550 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Use long color names for rc defaultParams #10550
Closed
@timhoffm

Description

@timhoffm

Change Request

rcsetup.defaultParams uses the single-letter shorthands for color definitions. This leads to definitions like these:

    'text.color':          ['k', validate_color],     # black
    'axes.facecolor':        ['w', validate_color],  # background color; white

I propose to exchange them for the long color names 'black' and 'white' for better readability.

Is there something to be aware of when changing the string without changing the semantics or can I simply replace them?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0