8000 Revert accented_text.py changes · matplotlib/matplotlib@1e162f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e162f0

Browse files
committed
Revert accented_text.py changes
1 parent 6312741 commit 1e162f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/text_labels_and_annotations/accented_text.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
from __future__ import unicode_literals
1717
import matplotlib.pyplot as plt
1818

19-
###############################################################################
2019
# Mathtext demo
21-
2220
fig, ax = plt.subplots()
2321
ax.plot(range(10))
2422
ax.set_title(r'$\ddot{o}\acute{e}\grave{e}\hat{O}'
@@ -29,9 +27,7 @@
2927
ax.text(4, 0.5, r"$F=m\ddot{x}$")
3028
fig.tight_layout()
3129

32-
###############################################################################
3330
# Unicode demo
34-
3531
fig, ax = plt.subplots()
3632
ax.set_title("GISCARD CHAHUTÉ À L'ASSEMBLÉE")
3733
ax.set_xlabel("LE COUP DE DÉ DE DE GAULLE")

0 commit comments

Comments
 (0)
0