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 6312741 commit 1e162f0Copy full SHA for 1e162f0
examples/text_labels_and_annotations/accented_text.py
@@ -16,9 +16,7 @@
16
from __future__ import unicode_literals
17
import matplotlib.pyplot as plt
18
19
-###############################################################################
20
# Mathtext demo
21
-
22
fig, ax = plt.subplots()
23
ax.plot(range(10))
24
ax.set_title(r'$\ddot{o}\acute{e}\grave{e}\hat{O}'
@@ -29,9 +27,7 @@
29
27
ax.text(4, 0.5, r"$F=m\ddot{x}$")
30
28
fig.tight_layout()
31
32
33
# Unicode demo
34
35
36
ax.set_title("GISCARD CHAHUTÉ À L'ASSEMBLÉE")
37
ax.set_xlabel("LE COUP DE DÉ DE DE GAULLE")
0 commit comments