We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93a79f commit 82c4d4fCopy full SHA for 82c4d4f
doc/users/whats_new/new_default_font.rst
@@ -0,0 +1,13 @@
1
+Change in default font
2
+----------------------
3
+
4
+The default font used by matplotlib in text has been changed to DejaVu Sans and
5
+DejaVu Serif for the sans-serif and serif families, respectively. The DejaVu
6
+font family is based on the previous matplotlib default --Bitstream Vera-- but
7
+include a much wider range of characters.
8
9
+The default mathtext fonts has been changed from Computer Modern to the DejaVu
10
+family to maintain consistency with regular text. Two new options for the
11
+``mathtext.fontset`` configuration parameter have been added: ``dejavusans``
12
+(default) and ``dejavuserif``. Both of these options use DejaVu glyphs whenever
13
+possible and fall back to STIX symbols when a glyph is not found in DejaVu.
0 commit comments