(self)
| 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 |
no outgoing calls
no test coverage detected