Skip to content

Commit e7dbc39

Browse files
committed
Fix what's new based on gh comments
1 parent b39adf4 commit e7dbc39

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
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).

0 commit comments

Comments
 (0)