Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef37d8a

Browse files
committed
Stay within the allowed line length
1 parent 8293741 commit ef37d8a

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
def test_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)