Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _bbox_artist
Function
_bbox_artist
lib/matplotlib/offsetbox.py:65–67 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
63
64
# for debugging use
65
def
_bbox_artist(*args, **kwargs):
66
if
DEBUG:
67
mbbox_artist(*args, **kwargs)
68
69
70
def
_get_packed_offsets(widths, total, sep, mode=
"fixed"
):
Callers
4
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…