Revision: 7135
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7135&view=rev
Author:   efiring
Date:     2009-05-22 17:50:32 +0000 (Fri, 22 May 2009)

Log Message:
-----------
Fix typo in r7131

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/transforms.py

Modified: trunk/matplotlib/lib/matplotlib/transforms.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/transforms.py       2009-05-22 17:36:28 UTC 
(rev 7134)
+++ trunk/matplotlib/lib/matplotlib/transforms.py       2009-05-22 17:50:32 UTC 
(rev 7135)
@@ -1145,7 +1145,7 @@
         ``transform_path_affine(transform_path_non_affine(values))``.
         """
         return Path(self.transform_non_affine(path.vertices), path.codes,
-                    self._interpolation_steps)
+                    path._interpolation_steps)
 
     def transform_angles(self, angles, pts, radians=False, pushoff=1e-5):
         """


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to