Skip to content

Commit 5706f17

Browse files
authored
Merge pull request matplotlib#25068 from QuLogic/texlive2022
Fix pgf tests with TeXLive 2022
2 parents 1230846 + 0f49750 commit 5706f17

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lib/matplotlib/tests/test_backend_pgf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def create_figure():
6363

6464
# text and typesetting
6565
plt.plot([0.9], [0.5], "ro", markersize=3)
66-
plt.text(0.9, 0.5, 'unicode (ü, °, µ) and math ($\\mu_i = x_i^2$)',
66+
plt.text(0.9, 0.5, 'unicode (ü, °, \N{Section Sign}) and math ($\\mu_i = x_i^2$)',
6767
ha='right', fontsize=20)
6868
plt.ylabel('sans-serif, blue, $\\frac{\\sqrt{x}}{y^2}$..',
6969
family='sans-serif', color='blue')

0 commit comments

Comments
 (0)