We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017a99e commit 9030879Copy full SHA for 9030879
lib/matplotlib/tests/test_usetex.py
@@ -16,7 +16,7 @@ def test_usetex():
16
# \left[ ... \right\} draw some variable-height characters,
17
# \sqrt and \frac draw horizontal rules, \mathrm changes the font
18
r'\LaTeX\ $\left[\int\limits_e^{2e}'
19
- r'\sqrt\frac{\log^3 x}{x}\,\mathrm{d}x \right\}',
+ r'\sqrt\frac{\log^3 x}{x}\,\mathrm{d}x \right\}$',
20
fontsize=24)
21
ax.set_xticks([])
22
ax.set_yticks([])
0 commit comments