Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c625af2

Browse files
committed
Fix documentation build on Debian.
svn path=/trunk/matplotlib/; revision=5680
1 parent 573e598 commit c625af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/pyplots/tex_unicode_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
plot(t, s)
1414

1515
xlabel(r'\textbf{time (s)}')
16-
ylabel(unicode(r'\textit{Velocity (°/sec)}','latin-1'),fontsize=16)
16+
ylabel(unicode('\\textit{Velocity (\xB0/sec)}','latin-1'),fontsize=16)
1717
title(r"\TeX\ is Number $\displaystyle\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}$!",
1818
fontsize=16, color='r')
1919
grid(True)

0 commit comments

Comments
 (0)