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 922c950 commit 8db4b40Copy full SHA for 8db4b40
lib/matplotlib/transforms.py
@@ -1053,8 +1053,6 @@ def __str__(self):
1053
_indent_str(self._bbox),
1054
_indent_str(self._transform)))
1055
1056
- __repr__ = __str__
1057
-
1058
def get_points(self):
1059
if self._invalid:
1060
p = self._bbox.get_points()
@@ -1140,8 +1138,6 @@ def __str__(self):
1140
1138
1141
1139
_indent_str(self._locked_points)))
1142
1143
1144
1145
1146
1147
points = self._bbox.get_points()
@@ -1621,9 +1617,6 @@ def inverted(self):
1621
1617
"""
1622
1618
raise NotImplementedError()
1623
1619
1624
- def __repr__(self):
1625
- return str(self)
1626
1627
1620
1628
class TransformWrapper(Transform):
1629
0 commit comments