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

Skip to content

Commit 9a6ec8f

Browse files
committed
FIX: revert change from #408
Closes #6959
1 parent 22a9f8f commit 9a6ec8f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6378,8 +6378,6 @@ def _normalize_input(inp, ename='input'):
63786378
if lbl is not None:
63796379
p.set_label(lbl)
63806380

6381-
p.set_snap(False)
6382-
63836381
for p in patch[1:]:
63846382
p.update(kwargs)
63856383
p.set_label('_nolegend_')

0 commit comments

Comments
 (0)