MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _get_bbox

Method _get_bbox

lib/matplotlib/widgets.py:4124–4125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4122 self._box_props = box_props
4123
4124 def _get_bbox(self):
4125 return self._selection_artist.get_bbox()
4126
4127 def _add_box(self):
4128 self._box = RectangleSelector(self.ax,

Callers 2

_update_boxMethod · 0.95
_scale_polygonMethod · 0.95

Calls 1

get_bboxMethod · 0.45

Tested by

no test coverage detected