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

Skip to content

Commit e4f478d

Browse files
committed
pep8 fixes
1 parent f53c286 commit e4f478d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/lines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def segment_hits(cx, cy, x, y, radius):
7272
#print points,lines
7373
return np.concatenate((points, lines))
7474

75+
7576
def _mark_every_path(markevery, tpath, affine, ax_transform):
7677
"""
7778
Helper function that sorts out how to deal the input

0 commit comments

Comments
 (0)