Skip to content

Commit 9da62e8

Browse files
committed
TST: fix Chinese phrase
1 parent e88a63f commit 9da62e8

File tree

3 files changed

+86
-100
lines changed

3 files changed

+86
-100
lines changed

lib/matplotlib/tests/baseline_images/test_backend_ps/multi_font_type3.eps

Lines changed: 52 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/matplotlib/tests/baseline_images/test_backend_ps/multi_font_type42.eps

Lines changed: 32 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/matplotlib/tests/test_backend_ps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_multi_font_type3():
284284
plt.rc('ps', fonttype=3)
285285

286286
fig = plt.figure()
287-
fig.text(0.15, 0.475, "There are 多个汉字 in between!")
287+
fig.text(0.15, 0.475, "There are 几个汉字 in between!")
288288

289289

290290
@image_comparison(["multi_font_type42.eps"])
@@ -297,4 +297,4 @@ def test_multi_font_type42():
297297
plt.rc('ps', fonttype=42)
298298

299299
fig = plt.figure()
300-
fig.text(0.15, 0.475, "There are 多个汉字 in between!")
300+
fig.text(0.15, 0.475, "There are 几个汉字 in between!")

0 commit comments

Comments
 (0)