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

Method viewLim

lib/matplotlib/axes/_base.py:909–912  ·  view source on GitHub ↗

The view limits as `.Bbox` in data coordinates.

(self)

Source from the content-addressed store, hash-verified

907
908 @property
909 def viewLim(self):
910 """The view limits as `.Bbox` in data coordinates."""
911 self._unstale_viewLim()
912 return self._viewLim
913
914 def _request_autoscale_view(self, axis="all", tight=None):
915 """

Callers

nothing calls this directly

Calls 1

_unstale_viewLimMethod · 0.95

Tested by

no test coverage detected