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

Method get_data_interval

lib/matplotlib/axis.py:1187–1189  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1185 raise NotImplementedError('Derived must override')
1186
1187 def get_data_interval(self):
1188 """Return the ``(min, max)`` data limits of this axis."""
1189 raise NotImplementedError('Derived must override')
1190
1191 def set_data_interval(self, vmin, vmax, ignore=False):
1192 """

Callers 2

AxisClass · 0.95
datalim_to_dtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected