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 63b3c7f commit 699d8f6Copy full SHA for 699d8f6
1 file changed
examples/mathtext_demo.py
@@ -13,8 +13,8 @@
13
x = npy.arange(0.0, 3.0, 0.1)
14
15
ax.grid(True)
16
-ax.set_xlabel(r'$\Delta_i^j$', fontsize=20)
17
-ax.set_ylabel(r'$\Delta_{i+1}^j$', fontsize=20)
+ax.set_xlabel(r'$\Delta_i^j$', fontsize=20, markup="tex")
+ax.set_ylabel(r'$\Delta_{i+1}^j$', fontsize=20, markup="tex")
18
tex = r'$\mathcal{R}\prod_{i=\alpha_{i+1}}^\infty a_i\sin(2 \pi f x_i)$'
19
20
ax.text(1, 1.6, tex, fontsize=20, va='bottom', markup="tex")
0 commit comments