Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ set_axis_off
Method
set_axis_off
lib/mpl_toolkits/mplot3d/axes3d.py:220–222 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
218
self.spines[:].set_visible(False)
219
220
def
set_axis_off(self):
221
self._axis3don = False
222
self.stale = True
223
224
def
set_axis_on(self):
225
self._axis3don = True
Callers
3
__init__
Method · 0.45
test_marker_draw_order_view_rotated
Function · 0.45
test_axes3d_cla
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_marker_draw_order_view_rotated
Function · 0.36
test_axes3d_cla
Function · 0.36