Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_xlim
Method
get_xlim
lib/mpl_toolkits/mplot3d/axes3d.py:1099–1101 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1097
set_zlim3d = set_zlim
1098
1099
def
get_xlim(self):
1100
# docstring inherited
1101
return
tuple(self.xy_viewLim.intervalx)
1102
1103
def
get_ylim(self):
1104
# docstring inherited
Callers
8
_get_view
Method · 0.95
test_scale3d_limit_range_logit
Function · 0.45
test_scale3d_autoscale_with_log
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
2
test_scale3d_limit_range_logit
Function · 0.36
test_scale3d_autoscale_with_log
Function · 0.36