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

Skip to content

Commit fcd1699

Browse files
committed
Make flake8 happy
1 parent 2f493e5 commit fcd1699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)