Skip to content

Commit 6cdd1bb

Browse files
committed
Remove identify
1 parent f86cfb2 commit 6cdd1bb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/matplotlib/transforms.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,17 +1949,6 @@ def set(self, other):
19491949
self._mtx = other.get_matrix()
19501950
self.invalidate()
19511951

1952-
@staticmethod
1953-
@_api.deprecated("3.6", alternative="Affine2D()")
1954-
def identity():
1955-
"""
1956-
Return a new `Affine2D` object that is the identity transform.
1957-
1958-
Unless this transform will be mutated later on, consider using
1959-
the faster `IdentityTransform` class instead.
1960-
"""
1961-
return Affine2D()
1962-
19631952
def clear(self):
19641953
"""
19651954
Reset the underlying matrix to the identity transform.

0 commit comments

Comments
 (0)