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

Method have_units

lib/matplotlib/axis.py:1945–1946  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1943 self.set_default_intervals()
1944
1945 def have_units(self):
1946 return self._converter is not None or self.units is not None
1947
1948 def convert_units(self, x):
1949 # If x is natively supported by Matplotlib, doesn't need converting

Callers 3

_prepare_pointsMethod · 0.45
drawMethod · 0.45
_process_unit_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected