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

Appearance settings

Commit d72ef38

Browse filesBrowse files
committed
Reconfigured line to comply with pep8 length
1 parent f5e7b21 commit d72ef38
Copy full SHA for d72ef38

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎lib/matplotlib/tests/test_artist.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_artist.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ def test_collection_transform_of_none():
8888

8989
# providing an IdentityTransform puts the ellipse in device coordinates
9090
e = mpatches.Ellipse(xy_pix, width=100, height=100)
91-
c = mcollections.PatchCollection([e], transform=mtransforms.IdentityTransform(),
92-
alpha=0.5)
91+
c = mcollections.PatchCollection([e],
92+
transform=mtransforms.IdentityTransform(),
93+
alpha=0.5)
9394
ax.add_collection(c)
9495
assert isinstance(c._transOffset, mtransforms.IdentityTransform)
9596

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.