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

Method set_visible

lib/matplotlib/widgets.py:3172–3175  ·  view source on GitHub ↗

Set the visibility state of the handles artist.

(self, value)

Source from the content-addressed store, hash-verified

3170 getattr(line, method)([p, p])
3171
3172 def set_visible(self, value):
3173 """Set the visibility state of the handles artist."""
3174 for artist in self.artists:
3175 artist.set_visible(value)
3176
3177 def set_animated(self, value):
3178 """Set the animated state of the handles artist."""

Callers 1

test_tool_line_handleFunction · 0.95

Calls 1

set_visibleMethod · 0.45

Tested by 1

test_tool_line_handleFunction · 0.76