Skip to content

Commit f46867e

Browse files
committed
Don't assume transform is valid on access to matrix.
1 parent 520b5f6 commit f46867e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/transforms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,6 @@ def get_matrix(self):
18501850
18511851
.
18521852
"""
1853-
self._invalid = 0
18541853
return self._mtx
18551854

18561855
def set_matrix(self, mtx):

0 commit comments

Comments
 (0)