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

Method remove

lib/matplotlib/widgets.py:3182–3185  ·  view source on GitHub ↗

Remove the handles artist from the figure.

(self)

Source from the content-addressed store, hash-verified

3180 artist.set_animated(value)
3181
3182 def remove(self):
3183 """Remove the handles artist from the figure."""
3184 for artist in self._artists:
3185 artist.remove()
3186
3187 def closest(self, x, y):
3188 """

Callers 4

__init__Method · 0.45
remove_stateMethod · 0.45
directionMethod · 0.45
onreleaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected