-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add rcparam for figure label size and weight #22566
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
Conversation
6e5183f
to
bae5ca0
Compare
bd60836
to
11cf794
Compare
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.
This seems good. Needs a rebase, so I'll pop to draft until that is done. You also self-review, but don't seem to have merged your suggestions yet....
Thanks! I'll try to sort it out. I thought there were more to do here (related to a discussion in another PR about how to deal with default values, but I clearly forgot about the status as well). |
31c3402
to
fc5c6c4
Compare
Rebased. |
Please squash-merge. I have a bit of an issue with a rebase setting in my new git-install, so I do not dare to touch it in some situations... |
PR Summary
Closes #22564
Add
figure.labelsize
andfigure.labelweight
rcParams to set figure label size and weight different from title.Test added also for titlesize/-weight rcParams as I didn't find any.
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).