8000
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.
2 parents 31a5e57 + ae6cbb1 commit 57c73edCopy full SHA for 57c73ed
examples/pylab_examples/tex_unicode_demo.py
@@ -18,9 +18,8 @@
18
plt.plot(t, s)
19
20
plt.xlabel(r'\textbf{time (s)}')
21
-plt.ylabel(r'\textit{Velocity (\u00B0/sec)}', fontsize=16)
22
-plt.title(r"\TeX\ is Number \
23
- $\displaystyle\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}$!",
24
- fontsize=16, color='r')
+plt.ylabel('\\textit{Velocity (\u00B0/sec)}', fontsize=16)
+plt.title(r'\TeX\ is Number $\displaystyle\sum_{n=1}^\infty'
+ r'\frac{-e^{i\pi}}{2^n}$!', fontsize=16, color='r')
25
plt.grid(True)
26
plt.show()
0 commit comments