-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Scriptable tick fonts #6939
Scriptable tick fonts #6939
Conversation
70ac152
to
1808cd1
Compare
It would be more efficient to use one callback for font. But thats a bit bigger change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me. Just want to confirm that there's no major performance hit. I think it's OK now because we filter the ticks before measuring in most cases
There's no perf hit because there are so few labels - this is run only after |
1808cd1
to
74738ad
Compare
@kurkle would you be able to give this a look? thanks! |
This reverts commit 738ee34.
This reverts commit 738ee34.
Closes #2442