Thanks to visit codestin.com Credit goes to github.com
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 0833719 commit beaaff5Copy full SHA for beaaff5
1 file changed
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