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

Method get_data_interval

lib/matplotlib/ticker.py:177–178  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175 return self._minpos
176
177 def get_data_interval(self):
178 return self._data_interval
179
180 def set_data_interval(self, vmin, vmax):
181 self._data_interval = (vmin, vmax)

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected