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

Method set_animated

lib/matplotlib/widgets.py:3267–3268  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

3265 self._markers.set_visible(val)
3266
3267 def set_animated(self, val):
3268 self._markers.set_animated(val)
3269
3270 def closest(self, x, y):
3271 """Return index and pixel distance to closest index."""

Callers 1

set_animatedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected