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

Method get_view_interval

lib/matplotlib/axis.py:314–318  ·  view source on GitHub ↗

Return the view limits ``(min, max)`` of the axis the tick belongs to.

(self)

Source from the content-addressed store, hash-verified

312 a.set_figure(self.get_figure(root=False))
313
314 def get_view_interval(self):
315 """
316 Return the view limits ``(min, max)`` of the axis the tick belongs to.
317 """
318 raise NotImplementedError('Derived must override')
319
320 def _apply_params(self, **kwargs):
321 for name, target in [("gridOn", self.gridline),

Callers 3

set_aspectMethod · 0.45
_set_lim3dMethod · 0.45
viewlim_to_dtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected