MCPcopy 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_viewMethod · 0.95
test_scale3d_calc_coordFunction · 0.45
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 3

test_scale3d_calc_coordFunction · 0.36