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 573e598 commit c625af2Copy full SHA for c625af2
1 file changed
doc/pyplots/tex_unicode_demo.py
@@ -13,7 +13,7 @@
13
plot(t, s)
14
15
xlabel(r'\textbf{time (s)}')
16
-ylabel(unicode(r'\textit{Velocity (°/sec)}','latin-1'),fontsize=16)
+ylabel(unicode('\\textit{Velocity (\xB0/sec)}','latin-1'),fontsize=16)
17
title(r"\TeX\ is Number $\displaystyle\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}$!",
18
fontsize=16, color='r')
19
grid(True)
0 commit comments