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

Method get_visible

lib/matplotlib/widgets.py:2584–2586  ·  view source on GitHub ↗

Get the visibility of the selector artists.

(self)

Source from the content-addressed store, hash-verified

2582 artist.set_visible(visible)
2583
2584 def get_visible(self):
2585 """Get the visibility of the selector artists."""
2586 return self._visible
2587
2588 def clear(self):
2589 """Clear the selection and set the selector ready to make a new one."""

Callers 5

update_backgroundMethod · 0.45
ignoreMethod · 0.45
updateMethod · 0.45
_pressMethod · 0.45
_pressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected