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 d252665 commit 7d98270Copy full SHA for 7d98270
doc/api/next_api_changes/deprecations/27513-OG.rst
@@ -0,0 +1,5 @@
1
+``BboxTransformToMaxOnly``
2
+~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+
4
+... is deprecated without replacement. If you rely on this, please make a copy of the
5
+code.
lib/matplotlib/transforms.py
@@ -2617,6 +2617,7 @@ def get_matrix(self):
2617
return self._mtx
2618
2619
2620
+@_api.deprecated("3.9")
2621
class BboxTransformToMaxOnly(BboxTransformTo):
2622
"""
2623
`BboxTransformToMaxOnly` is a transformation that linearly transforms points from
0 commit comments