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.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to