From ab966577b96037cb63335b603aa93a213f0914b1 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Sat, 21 Jan 2023 22:50:40 +0100 Subject: [PATCH] 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.) --- lib/matplotlib/mpl-data/matplotlibrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/matplotlib/mpl-data/matplotlibrc b/lib/matplotlib/mpl-data/matplotlibrc index 2380eaff2d24..bf3aab7949ff 100644 --- a/lib/matplotlib/mpl-data/matplotlibrc +++ b/lib/matplotlib/mpl-data/matplotlibrc @@ -335,8 +335,7 @@ ## The following settings allow you to select the fonts in math mode. #mathtext.fontset: dejavusans # Should be 'dejavusans' (default), # 'dejavuserif', 'cm' (Computer Modern), 'stix', - # 'stixsans' or 'custom' (unsupported, may go - # away in the future) + # 'stixsans' or 'custom' ## "mathtext.fontset: custom" is defined by the mathtext.bf, .cal, .it, ... ## settings which map a TeX font name to a fontconfig font pattern. (These ## settings are not used for other font sets.)