Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
6e5183f
tobae5ca0
Comparebd60836
to11cf794
CompareUh oh!
There was an error while loading.Please reload this page.
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
tofc5c6c4
CompareRebased. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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... |
Uh oh!
There was an error while loading.Please reload this page.
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).