The view limits as `.Bbox` in data coordinates.
(self)
| 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 | """ |
nothing calls this directly
no test coverage detected