MCPcopy
hub / github.com/matplotlib/matplotlib / get_view_interval

Method get_view_interval

lib/matplotlib/axis.py:1168–1170  ·  view source on GitHub ↗

Return the ``(min, max)`` view limits of this axis.

(self)

Source from the content-addressed store, hash-verified

1166 self.stale = True
1167
1168 def get_view_interval(self):
1169 """Return the ``(min, max)`` view limits of this axis."""
1170 raise NotImplementedError('Derived must override')
1171
1172 def set_view_interval(self, vmin, vmax, ignore=False):
1173 """

Callers 8

get_tightbboxMethod · 0.95
AxisClass · 0.95
get_invertedMethod · 0.95
set_invertedMethod · 0.95
_set_limMethod · 0.95
_update_ticksMethod · 0.95
get_minorticklocsMethod · 0.95
_set_tick_locationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected