Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef37d8a

Browse files
committed
Stay within the allowed line length
1 parent8293741 commitef37d8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lib/matplotlib/tests/test_ttconv.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def test_truetype_conversion(recwarn):
2121
deftest_ttconv_transforms():
2222
matplotlib.rcParams['pdf.fonttype']=3
2323
fig,ax=plt.subplots()
24-
kw= {'font':Path(__file__).with_name("FreeSerifSubset.ttf"),'fontsize':14}
24+
kw= {'font':Path(__file__).with_name("FreeSerifSubset.ttf"),
25+
'fontsize':14}
2526
# characters where Free Serif uses various scales and linear transforms
2627
# e.g. the right paren is a reflected left paren
2728
ax.text(.1,.1,"parens, FAX, u with two diacritics: ()℻ǘ",**kw)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp