diff --git a/lib/matplotlib/offsetbox.py b/lib/matplotlib/offsetbox.py index bb117c38cece..f64f761c34d7 100644 --- a/lib/matplotlib/offsetbox.py +++ b/lib/matplotlib/offsetbox.py @@ -60,8 +60,6 @@ def get_offset(self, *args, **kwargs): return meth(params["self"], bbox, params["renderer"]) return get_offset - -@_api.deprecated("3.7", alternative='patches.bbox_artist') def bbox_artist(*args, **kwargs): if DEBUG: mbbox_artist(*args, **kwargs) @@ -366,7 +364,6 @@ def get_bbox(self, renderer): bbox, offsets = self._get_bbox_and_child_offsets(renderer) return bbox - @_api.deprecated("3.7", alternative="get_bbox and child.get_offset") def get_extent_offsets(self, renderer): """ Update offset of the children and return the extent of the box. @@ -386,7 +383,6 @@ def get_extent_offsets(self, renderer): bbox, offsets = self._get_bbox_and_child_offsets(renderer) return bbox.width, bbox.height, -bbox.x0, -bbox.y0, offsets - @_api.deprecated("3.7", alternative="get_bbox") def get_extent(self, renderer): """Return a tuple ``width, height, xdescent, ydescent`` of the box.""" bbox = self.get_bbox(renderer) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy