Skip to content

Ticks should not be affected by rcParams["lines.markeredgecolor"] #14559

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 1 commit into from

Conversation

timhoffm
Copy link
Member

@timhoffm timhoffm commented Jun 16, 2019

PR Summary

Fixes #14546.

As argumented there #14546 (comment), axes ticks and data markers are fundamentally different. Therefore, ticks should not be affected by rcParams["lines.markeredgecolor"].

That ticks are markers is just an implementation detail, it should not leak through via rcParams. If we're going to change the internal handling of ticks (e.g. #5665), that detail will change anyway.

@QuLogic
Copy link
Member

QuLogic commented Apr 24, 2020

This was fixed by #16847.

@QuLogic QuLogic closed this Apr 24, 2020
@timhoffm timhoffm deleted the fix-tick-color branch July 19, 2024 11:31
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.

Setting lines.markeredgecolor in rcParams affects the ticks' mark color too
2 participants