From: <jd...@us...> - 2008-05-26 17:12:17
|
Revision: 5276 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5276&view=rev Author: jdh2358 Date: 2008-05-26 10:12:07 -0700 (Mon, 26 May 2008) Log Message: ----------- 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 ........ Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/lines.py Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Name: svnmerge-integrated - /branches/v0_91_maint:1-5273 + /branches/v0_91_maint:1-5275 Modified: trunk/matplotlib/lib/matplotlib/lines.py =================================================================== --- trunk/matplotlib/lib/matplotlib/lines.py 2008-05-26 17:09:44 UTC (rev 5275) +++ trunk/matplotlib/lib/matplotlib/lines.py 2008-05-26 17:12:07 UTC (rev 5276) @@ -1254,7 +1254,6 @@ ind = list(self.ind) ind.sort() - xdata, ydata = self.line.get_data() self.process_selected(ind, xdata[ind], ydata[ind]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |