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

Method _get_view

lib/mpl_toolkits/mplot3d/axes3d.py:1594–1600  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1592 toolbar.set_message(toolbar._mouse_event_to_message(event))
1593
1594 def _get_view(self):
1595 # docstring inherited
1596 return {
1597 "xlim": self.get_xlim(), "autoscalex_on": self.get_autoscalex_on(),
1598 "ylim": self.get_ylim(), "autoscaley_on": self.get_autoscaley_on(),
1599 "zlim": self.get_zlim(), "autoscalez_on": self.get_autoscalez_on(),
1600 }, (self.elev, self.azim, self.roll)
1601
1602 def _set_view(self, view):
1603 # docstring inherited

Callers

nothing calls this directly

Calls 3

get_xlimMethod · 0.95
get_ylimMethod · 0.95
get_zlimMethod · 0.95

Tested by

no test coverage detected