8000 Remove note that mathtext.fontset = "custom" is unsupported. · matplotlib/matplotlib@ab96657 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab96657

Browse files
committed
Remove note that mathtext.fontset = "custom" is unsupported.
It's been around for very long, and won't go away on a whim. (OTOH it is indeed somewhat clumsy and I have some ideas to redesign the system, but in any case removal would go through a deprecation like for any other standard APIs.)
1 parent 8ed4c02 commit ab96657

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/mpl-data/matplotlibrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,7 @@
335335
## The following settings allow you to select the fonts in math mode.
336336
#mathtext.fontset: dejavusans # Should be 'dejavusans' (default),
337337
# 'dejavuserif', 'cm' (Computer Modern), 'stix',
338-
# 'stixsans' or 'custom' (unsupported, may go
339-
# away in the future)
338+
# 'stixsans' or 'custom'
340339
## "mathtext.fontset: custom" is defined by the mathtext.bf, .cal, .it, ...
341340
## settings which map a TeX font name to a fontconfig font pattern. (These
342341
## settings are not used for other font sets.)

0 commit comments

Comments
 (0)
0