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

Method _rect_bbox

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

Source from the content-addressed store, hash-verified

3723
3724 @property
3725 def _rect_bbox(self):
3726 return self._selection_artist.get_bbox().bounds
3727
3728 def _set_aspect_ratio_correction(self):
3729 aspect_ratio = self.ax._get_aspect_ratio()

Callers

nothing calls this directly

Calls 1

get_bboxMethod · 0.45

Tested by

no test coverage detected