Skip to content

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

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

Closed
wants to merge 4 commits into from

Conversation

trananso
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

@trananso trananso force-pushed the enh-axeslabelcolor branch from b18602c to 189f44c Compare May 13, 2024 20:35
@trananso trananso closed this Jul 6, 2024
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