@@ -13,14 +13,13 @@ in Donald Knuth's TeX, so the quality is quite good (matplotlib also
1313provides a ``usetex `` option for those who do want to call out to TeX
1414to generate their text (see :ref: `usetex-tutorial `).
1515
16- Any text element can use math text. You should use raw strings
17- (precede the quotes with an ``'r' ``), and surround the math text with
18- dollar signs ($), as in TeX. Regular text and mathtext can be
19- interleaved within the same string. Mathtext can use the Computer
20- Modern fonts (from (La)TeX), `STIX <http://www.aip.org/stixfonts/ >`_
21- fonts (with are designed to blend well with Times) or a Unicode font
22- that you provide. The mathtext font can be selected with the
23- customization variable ``mathtext.fontset `` (see
16+ Any text element can use math text. You should use raw strings (precede the
17+ quotes with an ``'r' ``), and surround the math text with dollar signs ($), as in
18+ TeX. Regular text and mathtext can be interleaved within the same string.
19+ Mathtext can use DejaVu Sans (default), DejaVu Serif, the Computer Modern fonts
20+ (from (La)TeX), `STIX <http://www.aip.org/stixfonts/ >`_ fonts (with are designed
21+ to blend well with Times), or a Unicode font that you provide. The mathtext
22+ font can be selected with the customization variable ``mathtext.fontset `` (see
2423:ref: `customizing-matplotlib `)
2524
2625.. note ::
0 commit comments