Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bb5284

Browse files
committed
Test for \underline in Mathtext.
1 parent 91a8d98 commit 4bb5284

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

4.74 KB
Loading

lib/matplotlib/tests/test_mathtext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
r'$x \overset{f}{\rightarrow} \overset{f}{x} \underset{xx}{ff} \overset{xx}{ff} \underset{f}{x} \underset{f}{\leftarrow} x$', # github issue #18241
130130
r'$\sum x\quad\sum^nx\quad\sum_nx\quad\sum_n^nx\quad\prod x\quad\prod^nx\quad\prod_nx\quad\prod_n^nx$', # GitHub issue 18085
131131
r'$1.$ $2.$ $19680801.$ $a.$ $b.$ $mpl.$',
132+
r'Matplotlib: $\underline{Plotting}$ $\underline{\mathrm{with}}$ Python', # GitHub issue 14235
132133
]
133134

134135
digits = "0123456789"

0 commit comments

Comments
 (0)