Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
draw
Method · 0.95
draw
Method · 0.45
get_tightbbox
Method · 0.45
get_tightbbox
Method · 0.45
test_axis_get_tightbbox_includes_offset_text
Function · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
get_window_extent
Method · 0.45
draw
Method · 0.45
get_window_extents
Method · 0.45
_update_ticks
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_axis_get_tightbbox_includes_offset_text
Function · 0.36
test_selector_clear_method
Function · 0.36
test_tool_line_handle
Function · 0.36
test_polygon_selector_clear_method
Function · 0.36
test_MultiCursor
Function · 0.36
test_gid
Function · 0.36
test_interactive_pan_zoom_events
Function · 0.36
check_ticklabel_visible
Function · 0.36
check_tick1_visible
Function · 0.36
draw
Method · 0.36
test_legend_title_empty
Function · 0.36
test_twinx_cla
Function · 0.36