Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_bbox
Method
get_bbox
lib/matplotlib/patches.py:1040–1042 ·
view source on GitHub ↗
Return the `.Bbox`.
(self)
Source
from the content-addressed store, hash-verified
1038
self.stale = True
1039
1040
def
get_bbox(self):
1041
""
"Return the `.Bbox`."
""
1042
return
transforms.Bbox.from_extents(*self._convert_units())
1043
1044
xy = property(get_xy, set_xy)
1045
Callers
1
get_patch_transform
Method · 0.95
Calls
2
_convert_units
Method · 0.95
from_extents
Method · 0.80
Tested by
no test coverage detected