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

Skip to content

Commit 86824c3

Browse files
committed
MNT : fix typo
1 parent 44ff97e commit 86824c3

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
@@ -1351,7 +1351,7 @@ def transform_bbox(self, bbox):
13511351
Note, for smarter transforms including caching (a common
13521352
requirement for matplotlib figures), see :class:`TransformedBbox`.
13531353
"""
1354-
return Bbox(self._transform.transform(bbox.get_points()))
1354+
return Bbox(self.transform(bbox.get_points()))
13551355

13561356
def get_affine(self):
13571357
"""

0 commit comments

Comments
 (0)