Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07072da

Browse files
committed
Fix typo in r7131
svn path=/trunk/matplotlib/; revision=7135
1 parent 6381060 commit 07072da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ def transform_path_non_affine(self, path):
11451145
``transform_path_affine(transform_path_non_affine(values))``.
11461146
"""
11471147
return Path(self.transform_non_affine(path.vertices), path.codes,
1148-
self._interpolation_steps)
1148+
path._interpolation_steps)
11491149

11501150
def transform_angles(self, angles, pts, radians=False, pushoff=1e-5):
11511151
"""

0 commit comments

Comments
 (0)