MCPcopy 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_viewMethod · 0.95
get_tick_iteratorsMethod · 0.45
update_limMethod · 0.45
update_limMethod · 0.45
get_gridlinesMethod · 0.45
get_sizeMethod · 0.45

Calls

no outgoing calls

Tested by 2