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 fbc517c commit dbe0f68Copy full SHA for dbe0f68
1 file changed
examples/mathtext_demo.py
@@ -22,7 +22,7 @@
22
23
ax.legend(("Foo", "Testing $x^2$"))
24
25
-ax.set_title(r'$\Delta_i^j \hspace{0.4} \rm{versus} \hspace{0.4} \Delta_{i+1}^j$', fontsize=20)
+ax.set_title(r'$\Delta_i^j \hspace{0.4} \mathrm{versus} \hspace{0.4} \Delta_{i+1}^j$', fontsize=20)
26
#fig.savefig('mathtext_demo')
27
28
show()
0 commit comments