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

Commitff34b4b

Browse files
Fixed linting
1 parentd7fd405 commitff34b4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎lib/matplotlib/tests/test_arrow_patches.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ def test_boxarrow_adjustment():
7373
size=fontsize,
7474
transform=fig.transFigure,
7575
rotation=angle,
76-
bbox=dict(boxstyle=stylename+f",head_width={(i+j)/2},head_angle={angle}",fc="w",ec="k"))
76+
bbox=dict(boxstyle=stylename+\
77+
f",head_width={(i+j)/2},head_angle={angle}",
78+
fc="w",ec="k"))
7779
angle=angle+angle_step
7880

7981

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp