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

Skip to content

Commit 0cf27dd

Browse files
J. Scott Bergjeromefv
J. Scott Berg
authored andcommitted
Make flake8 happy
1 parent f1a6885 commit 0cf27dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ def _update_patch_limits(self, patch):
20972097
return
20982098
vertices = np.array([v for s in patch.get_path().iter_segments()
20992099
if s[1] != mpath.Path.CLOSEPOLY
2100-
for v in s[0]]).reshape([-1,2])
2100+
for v in s[0]]).reshape([-1, 2])
21012101
if vertices.size > 0:
21022102
xys = patch.get_patch_transform().transform(vertices)
21032103
if patch.get_data_transform() != self.transData:

0 commit comments

Comments
 (0)