Skip to content

Commit 5d6a9db

Browse files
authored
Merge pull request #26127 from meeseeksmachine/auto-backport-of-pr-25068-on-v3.7.x
Backport PR #25068 on branch v3.7.x (Fix pgf tests with TeXLive 2022)
2 parents 741ac94 + aa8a7f3 commit 5d6a9db

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
@@ -67,7 +67,7 @@ def create_figure():
6767

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

0 commit comments

Comments
 (0)