MCPcopy 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
65def _bbox_artist(*args, **kwargs):
66 if DEBUG:
67 mbbox_artist(*args, **kwargs)
68
69
70def _get_packed_offsets(widths, total, sep, mode="fixed"):

Callers 4

drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 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…