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

Method _remove_box

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

Source from the content-addressed store, hash-verified

4141 self._draw_polygon()
4142
4143 def _remove_box(self):
4144 if self._box is not None:
4145 self._box.set_visible(False)
4146 self._box = None
4147
4148 def _update_box(self):
4149 # Update selection box extents to the extents of the polygon

Callers 2

_remove_vertexMethod · 0.95
_on_key_releaseMethod · 0.95

Calls 1

set_visibleMethod · 0.45

Tested by

no test coverage detected