Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d891481

Browse filesBrowse files
committed
Simplify whatsnew entry
1 parent 2913f08 commit d891481
Copy full SHA for d891481

File tree

Expand file treeCollapse file tree

1 file changed

+3
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-6
lines changed

‎doc/users/next_whats_new/mathtext.rst

Copy file name to clipboardExpand all lines: doc/users/next_whats_new/mathtext.rst
+3-6Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
``matplotlib.mathtext`` now supports *overset* and *underset* LaTeX symbols
22
---------------------------------------------------------------------------
33

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.
4+
`.mathtext` now supports *overset* and *underset*, called as
5+
``\overset{body}{annotation}`` or ``\underset{body}{annotation}``, where
6+
*annotation* is the text "above" or "below" the *body*.
107

118
.. plot::
129

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.