Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d203f commit 3adf507Copy full SHA for 3adf507
1 file changed
lib/matplotlib/text.py
@@ -977,8 +977,8 @@ def set_fontfamily(self, fontname):
977
name or a generic font class name. If the latter, the specific font
978
names will be looked up in the corresponding rcParams.
979
980
- If a `Text` instance is constructed with `fontfamily=None`, then the
981
- font is set to `matplotlib.rcParams['font.family']`, and the
+ If a `Text` instance is constructed with ``fontfamily=None``, then the
+ font is set to :rc:`font.family`, and the
982
same is done when `set_fontfamily()` is called on an existing
983
`Text` instance.
984
0 commit comments