Add rcparam for figure label size and weight#22566
Merged
QuLogic merged 2 commits intomatplotlib:mainfrom Aug 4, 2022
Merged
Conversation
6e5183f to
bae5ca0
Compare
bd60836 to
11cf794
Compare
oscargus
commented
Mar 9, 2022
jklymak
reviewed
May 18, 2022
Member
jklymak
left a comment
There was a problem hiding this comment.
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....
Member
Author
|
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
Member
Author
|
Rebased. |
jklymak
reviewed
Jun 21, 2022
jklymak
approved these changes
Jun 21, 2022
QuLogic
reviewed
Jul 8, 2022
Member
Author
|
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... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Closes #22564
Add
figure.labelsizeandfigure.labelweightrcParams 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
pytestpasses).flake8-docstringsand 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).