File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
You can use a subset TeX markup in any matplotlib text string by placing it
8
8
inside a pair of dollar signs ($).
9
9
10
- Note that you do not need to have TeX installed, since matplotlib ships
11
- its own TeX expression parser, layout engine and fonts. The layout engine
10
+ Note that you do not need to have TeX installed, since Matplotlib ships
11
+ its own TeX expression parser, layout engine, and fonts. The layout engine
12
12
is a fairly direct adaptation of the layout algorithms in Donald Knuth's
13
13
TeX, so the quality is quite good (matplotlib also provides a ``usetex``
14
14
option for those who do want to call out to TeX to generate their text (see
76
76
77
77
\sum_{i=0}^\infty x_i
78
78
79
- Fractions, binomials and stacked numbers
80
- ----------------------------------------
79
+ Fractions, binomials, and stacked numbers
80
+ -----------------------------------------
81
81
82
- Fractions, binomials and stacked numbers can be created with the ``\frac{}{}``,
82
+ Fractions, binomials, and stacked numbers can be created with the ``\frac{}{}``,
83
83
``\binom{}{}`` and ``\stackrel{}{}`` commands, respectively::
84
84
85
85
r'$\frac{3}{4} \binom{3}{4} \stackrel{3}{4}$'
You can’t perform that action at this time.
0 commit comments