MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_w_lims

Method get_w_lims

lib/mpl_toolkits/mplot3d/axes3d.py:734–739  ·  view source on GitHub ↗

Get 3D world limits.

(self)

Source from the content-addressed store, hash-verified

732 self.set_zbound, _tight)
733
734 def get_w_lims(self):
735 """Get 3D world limits."""
736 minx, maxx = self.get_xlim3d()
737 miny, maxy = self.get_ylim3d()
738 minz, maxz = self.get_zlim3d()
739 return minx, maxx, miny, maxy, minz, maxz
740
741 def _set_bound3d(self, get_bound, set_lim, axis_inverted,
742 lower=None, upper=None, view_margin=None):

Callers 2

get_axis_positionMethod · 0.95
test_autoscaleFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_autoscaleFunction · 0.64