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

Method set_animated

lib/matplotlib/widgets.py:3177–3180  ·  view source on GitHub ↗

Set the animated state of the handles artist.

(self, value)

Source from the content-addressed store, hash-verified

3175 artist.set_visible(value)
3176
3177 def set_animated(self, value):
3178 """Set the animated state of the handles artist."""
3179 for artist in self.artists:
3180 artist.set_animated(value)
3181
3182 def remove(self):
3183 """Remove the handles artist from the figure."""

Callers 1

test_tool_line_handleFunction · 0.95

Calls 1

set_animatedMethod · 0.45

Tested by 1

test_tool_line_handleFunction · 0.76