Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ init3d
Method
init3d
lib/mpl_toolkits/mplot3d/axis3d.py:170–171 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
168
169
@_api.deprecated(
"3.6"
, pending=True)
170
def
init3d(self):
# After deprecation elapses, inline _init3d to __init__.
171
self._init3d()
172
173
def
get_major_ticks(self, numticks=None):
174
ticks = super().get_major_ticks(numticks)
Callers
nothing calls this directly
Calls
1
_init3d
Method · 0.95
Tested by
no test coverage detected