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

Method set_visible

lib/matplotlib/widgets.py:2578–2582  ·  view source on GitHub ↗

Set the visibility of the selector artists.

(self, visible)

Source from the content-addressed store, hash-verified

2576 """Key release event handler."""
2577
2578 def set_visible(self, visible):
2579 """Set the visibility of the selector artists."""
2580 self._visible = visible
2581 for artist in self.artists:
2582 artist.set_visible(visible)
2583
2584 def get_visible(self):
2585 """Get the visibility of the selector artists."""

Callers 1

_clear_without_updateMethod · 0.95

Calls 1

set_visibleMethod · 0.45

Tested by

no test coverage detected