Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH]: axes.labelcolor should use text.color by default #28218

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

AnsonTran
Copy link
Contributor

PR summary

Closes #28155.

Implements the changes suggested in the issue:

  • Adds support for rcParams["axes.labelcolor"] = auto which defaults to rcParams["text.color"]
  • rcParams["x/ytick.labelcolor"] now accepts auto and defaults to rcParams["text.color"]. Same behavior for both inherit and auto
  • rcParams["x/ytick.color"] now defaults to rcParams["axes.edgecolor"]

PR checklist

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

Successfully merging this pull request may close these issues.

[ENH]: axes.labelcolor should use text.color by default
1 participant