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 872818b

Browse filesBrowse files
committed
flake8
1 parent ca129ae commit 872818b
Copy full SHA for 872818b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/mpl_toolkits/mplot3d/art3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/art3d.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,8 @@ def do_3d_projection(self, renderer):
650650

651651
face_z = self._zsortfunc(psegments[..., 2], axis=-1)
652652
if isinstance(face_z, np.ma.MaskedArray):
653-
# NOTE: Unpacking .data is safe here, because every face has to contain
654-
# a valid vertex.
653+
# NOTE: Unpacking .data is safe here, because every face has to
654+
# contain a valid vertex.
655655
face_z = face_z.data
656656
face_order = np.argsort(face_z, axis=-1)[::-1]
657657

0 commit comments

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