We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2913f08 commit d891481Copy full SHA for d891481
doc/users/next_whats_new/mathtext.rst
@@ -1,12 +1,9 @@
1
``matplotlib.mathtext`` now supports *overset* and *underset* LaTeX symbols
2
---------------------------------------------------------------------------
3
4
-`.mathtext`, the default TeX layout engine which is shipped along with
5
-Matplotlib now supports symbols like *overset* and *underset*.
6
-
7
-The structure which should be followed: "\overset{body}{annotation}" or
8
-"\underset{body}{annotation}", where *body* would be the text "above" or
9
-"below" the *annotation* - the baseline character.
+`.mathtext` now supports *overset* and *underset*, called as
+``\overset{body}{annotation}`` or ``\underset{body}{annotation}``, where
+*annotation* is the text "above" or "below" the *body*.
10
11
.. plot::
12
0 commit comments