Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ set_axis_on
Method
set_axis_on
lib/mpl_toolkits/mplot3d/axes3d.py:224–226 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
222
self.stale = True
223
224
def
set_axis_on(self):
225
self._axis3don = True
226
self.stale = True
227
228
def
convert_zunits(self, z):
229
""
"
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected