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 df3530d commit 1c5ee87Copy full SHA for 1c5ee87
lib/matplotlib/transforms.py
@@ -1944,7 +1944,7 @@ def get_matrix(self):
1944
get_matrix.__doc__ = Affine2DBase.get_matrix.__doc__
1945
1946
def transform(self, points):
1947
- return points
+ return np.asanyarray(points)
1948
transform.__doc__ = Affine2DBase.transform.__doc__
1949
1950
transform_affine = transform
0 commit comments