From: <md...@us...> - 2008-07-14 12:55:03
|
Revision: 5768 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5768&view=rev Author: mdboom Date: 2008-07-14 05:54:59 -0700 (Mon, 14 Jul 2008) Log Message: ----------- Remove on-line of cruft (thanks, Ryan May) Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/collections.py Modified: trunk/matplotlib/lib/matplotlib/collections.py =================================================================== --- trunk/matplotlib/lib/matplotlib/collections.py 2008-07-14 12:10:34 UTC (rev 5767) +++ trunk/matplotlib/lib/matplotlib/collections.py 2008-07-14 12:54:59 UTC (rev 5768) @@ -93,7 +93,6 @@ if len(offsets.shape) == 1: offsets = offsets[np.newaxis,:] # Make it Nx2. if transOffset is not None: - Affine2D = transforms.Affine2D self._offsets = offsets self._transOffset = transOffset else: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |