Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4ca036

Browse files
committed
Document that font.family can take a single or multiple entries and correct url
1 parent 94633be commit f4ca036

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/mpl-data/matplotlibrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## $HOME/.matplotlib/matplotlibrc
2020
## and edit that copy.
2121
##
22-
## See https://matplotlib.org/users/customizing.html#the-matplotlibrc-file
22+
## See https://matplotlib.org/stable/tutorials/introductory/customizing.html#customizing-with-matplotlibrc-files
2323
## for more details on the paths which are checked for the configuration file.
2424
##
2525
## Blank lines, or lines starting with a comment symbol, are ignored, as are
@@ -218,9 +218,9 @@
218218
## on font properties. The 6 font properties used for font matching are
219219
## given below with their default values.
220220
##
221-
## The font.family property can take either a concrete font name (not supported
222-
## when rendering text with usetex), or one of the following five generic
223-
## values:
221+
## The font.family property can take either a single or multiple entries of any
222+
## combination of concrete font names (not supported when rendering text with
223+
## usetex) or the following five generic values:
224224
## - 'serif' (e.g., Times),
225225
## - 'sans-serif' (e.g., Helvetica),
226226
## - 'cursive' (e.g., Zapf-Chancery),

0 commit comments

Comments
 (0)