-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Add documentation to Text.set_fontfamily #13949
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
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.
Thanks, only some formatting issues remaining.
lib/matplotlib/text.py
Outdated
@@ -977,6 +977,11 @@ def set_fontfamily(self, fontname): | |||
name or a generic font class name. If the latter, the specific font | |||
names will be looked up in the corresponding rcParams. | |||
|
|||
If a `Text` instance is constructed with `fontfamily=None`, then the |
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.
If a `Text` instance is constructed with `fontfamily=None`, then the | |
If a `Text` instance is constructed with ``fontfamily=None``, then the |
Thanks, and congratulations on your first contribution to Matplotlib! Maybe see you back sometime. |
@meeseeksdev backport to v3.1.0 |
Something went wrong ... Please have a look at my logs. It seem that the branch you are trying to backport to does not exists. |
@meeseeksdev backport to v3.1.x |
Yes, you will definitely see me around...I like to think of this as "giving
back and enhancing" software that I use on a daily basis, so thanks for
reviewing it and hope to see you again soon!
…On Sun, 14 Apr 2019, 11:28 pm Tim Hoffmann, ***@***.***> wrote:
Thanks, and congratulations on your first contribution to Matplotlib!
Maybe see you back sometime.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13949 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMwu8Y_sOyGK3vvEfZuc4WieX0drW7thks5vg2wrgaJpZM4cuLtO>
.
|
…949-on-v3.1.x Backport PR #13949 on branch v3.1.x (DOC: Add documentation to Text.set_fontfamily)
PR Summary
PR Checklist
Fix #13880 by adding documentation to
Text.set_fontfamily()