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

Method get_visible

lib/matplotlib/artist.py:895–897  ·  view source on GitHub ↗

Return the visibility.

(self)

Source from the content-addressed store, hash-verified

893 return self._alpha
894
895 def get_visible(self):
896 """Return the visibility."""
897 return self._visible
898
899 def get_animated(self):
900 """Return whether the artist is animated."""

Callers 15

drawMethod · 0.95
drawMethod · 0.45
get_tightbboxMethod · 0.45
get_tightbboxMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
get_window_extentMethod · 0.45
drawMethod · 0.45
get_window_extentsMethod · 0.45
_update_ticksMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_tool_line_handleFunction · 0.36
test_MultiCursorFunction · 0.36
test_gidFunction · 0.36
check_ticklabel_visibleFunction · 0.36
check_tick1_visibleFunction · 0.36
drawMethod · 0.36
test_legend_title_emptyFunction · 0.36
test_twinx_claFunction · 0.36