Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_ylim
Method
get_ylim
lib/mpl_toolkits/mplot3d/axes3d.py:1103–1105 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1101
return
tuple(self.xy_viewLim.intervalx)
1102
1103
def
get_ylim(self):
1104
# docstring inherited
1105
return
tuple(self.xy_viewLim.intervaly)
1106
1107
def
get_zlim(self):
1108
""
"
Callers
9
_get_view
Method · 0.95
test_scale3d_limit_range_logit
Function · 0.45
test_scale3d_autoscale_with_log
Function · 0.45
test_scale3d_calc_coord
Function · 0.45
get_tick_iterators
Method · 0.45
update_lim
Method · 0.45
update_lim
Method · 0.45
get_gridlines
Method · 0.45
get_size
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_scale3d_limit_range_logit
Function · 0.36
test_scale3d_autoscale_with_log
Function · 0.36
test_scale3d_calc_coord
Function · 0.36