8000 Deprecate BboxTransformToMaxOnly · matplotlib/matplotlib@7d98270 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d98270

Browse files
committed
Deprecate BboxTransformToMaxOnly
1 parent d252665 commit 7d98270

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2617,6 +2617,7 @@ def get_matrix(self):
26172617
return self._mtx
26182618

26192619

2620+
@_api.deprecated("3.9")
26202621
class BboxTransformToMaxOnly(BboxTransformTo):
26212622
"""
26222623
`BboxTransformToMaxOnly` is a transformation that linearly transforms points from

0 commit comments

Comments
 (0)
0