File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11`EngFormatter ` now accepts `usetex `, `useMathText ` as keyword only arguments
2- ``````````````````````````````````````````````````````````````````````````````````````````````
2+ ````````````````````````````````````````````````````````````````````````````
33
4- A public API has been added to `EngFormatter ` to control how the numbers in the ticklabels will be rendered.
5- By default, `useMathText ` evaluates to `rcParams['axes.formatter.use_mathtext'] ` and
6- `usetex ` evaluates to `rcParams['text.usetex'] `.
4+ A public API has been added to `EngFormatter ` to control how the numbers in the
5+ ticklabels will be rendered. By default, ``useMathText `` evaluates to
6+ ``rcParams['axes.formatter.use_mathtext'] `` and ``usetex `` evaluates to
7+ ``rcParams['text.usetex'] ``.
78
8- If either is `True ` then the numbers will be encapsulated by `$ ` signs. When using `TeX ` this implies
9- that the numbers will be shown in TeX's math font. When using mathtext, the `$ ` signs around numbers will
10- ensure unicode rendering (as implied by mathtext). This will make sure that the minus signs in the ticks
11- are rendered as the unicode-minus (U+2212) when using mathtext (without relying on the `fix_minus ` method).
9+ If either is ``True `` then the numbers will be encapsulated by ``$ `` signs.
10+ When using ``TeX `` this implies that the numbers will be shown in TeX's math
11+ font. When using mathtext, the ``$ `` signs around numbers will ensure unicode
12+ rendering (as implied by mathtext). This will make sure that the minus signs
13+ in the ticks are rendered as the unicode-minus (U+2212) when using mathtext
14+ (without relying on the ``fix_minus `` method).
You can’t perform that action at this time.
0 commit comments