|
From: <ef...@us...> - 2009-05-22 17:50:41
|
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.
|