Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fd78d commit e3b3c1dCopy full SHA for e3b3c1d
lib/matplotlib/transforms.py
@@ -1954,17 +1954,6 @@ def set(self, other):
1954
self._mtx = other.get_matrix()
1955
self.invalidate()
1956
1957
- @staticmethod
1958
- @_api.deprecated("3.6", alternative="Affine2D()")
1959
- def identity():
1960
- """
1961
- Return a new `Affine2D` object that is the identity transform.
1962
-
1963
- Unless this transform will be mutated later on, consider using
1964
- the faster `IdentityTransform` class instead.
1965
1966
- return Affine2D()
1967
1968
def clear(self):
1969
"""
1970
Reset the underlying matrix to the identity transform.
0 commit comments