We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6db18 commit 525c39cCopy full SHA for 525c39c
examples/pylab_examples/accented_text.py
@@ -11,6 +11,7 @@
11
"""
12
from pylab import *
13
14
+axes([0.1, 0.15, 0.8, 0.75])
15
plot(range(10))
16
17
title(r'$\ddot{o}\acute{e}\grave{e}\hat{O}\breve{i}\bar{A}\tilde{n}\vec{q}$', fontsize=20)
0 commit comments