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

Skip to content

Commit b058df0

Browse files
committed
Merged revisions 5275 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_91_maint ........ r5275 | jdh2358 | 2008-05-26 12:09:44 -0500 (Mon, 26 May 2008) | 1 line fixed an empty vertex list bug ........ svn path=/trunk/matplotlib/; revision=5276
1 parent ac56cdb commit b058df0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/lines.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,6 @@ def onpick(self, event):
12541254

12551255
ind = list(self.ind)
12561256
ind.sort()
1257-
12581257
xdata, ydata = self.line.get_data()
12591258
self.process_selected(ind, xdata[ind], ydata[ind])
12601259

0 commit comments

Comments
 (0)